Struct parity_wasm::builder::FunctionBuilder
source · [−]pub struct FunctionBuilder<F = Identity> { /* private fields */ }
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