Struct parity_wasm_cp::builder::FuncBodyBuilder[][src]

pub struct FuncBodyBuilder<F = Identity> { /* fields omitted */ }

Function body (code) builder

Methods

impl<F> FuncBodyBuilder<F>
[src]

New body (code) builder given the chain callback

impl<F> FuncBodyBuilder<F> where
    F: Invoke<FuncBody>, 
[src]

Set/override entirely with FuncBody struct

Extend function local list with new entries

Set code of the function

Finish current builder spawning resulting struct

Auto Trait Implementations

impl<F> Send for FuncBodyBuilder<F> where
    F: Send

impl<F> Sync for FuncBodyBuilder<F> where
    F: Sync