pub struct Custom<'a> {
pub span: Span,
pub name: &'a str,
pub place: CustomPlace,
pub data: Vec<&'a [u8]>,
}
Expand description
A wasm custom section within a module.
Where this @custom was defined.
Name of the custom section.
Where the custom section is being placed,
Payload of this custom section.
Formats the value using the given formatter.
Read more
Attempts to parse
Self from
parser, returning an error if it could
not be parsed.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.