Struct parity_wasm::builder::ExportInternalBuilder
source · pub struct ExportInternalBuilder<F = Identity> { /* private fields */ }
Expand description
Internal mapping builder for export entry
Implementations§
source§impl<F> ExportInternalBuilder<F>where
F: Invoke<Internal>,
impl<F> ExportInternalBuilder<F>where
F: Invoke<Internal>,
sourcepub fn with_callback(callback: F) -> Self
pub fn with_callback(callback: F) -> Self
New export entry internal mapping for the chained context