Struct parity_wasm::elements::ExportEntry
[−]
[src]
pub struct ExportEntry { /* fields omitted */ }
Export entry.
Methods
impl ExportEntry
[src]
fn field(&self) -> &str
Public name
fn internal(&self) -> &Internal
Internal reference of the export entry.
Trait Implementations
impl Deserialize for ExportEntry
[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o