Struct parity_wasm::builder::FunctionBuilder [−][src]
pub struct FunctionBuilder<F = Identity> { /* fields omitted */ }
Expand description
Function definition builder
Implementations
New function builder with chained callback
Start signature builder of the function
Override current signature entirely with new one from known struct
Start code (body) builder