Struct parity_wasm::builder::FuncBodyBuilder [] [src]

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

Function body (code) builder

Methods

impl<F> FuncBodyBuilder<F>
[src]

[src]

New body (code) builder given the chain callback

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

[src]

Set/override entirely with FuncBody struct

[src]

Extend function local list with new entries

[src]

Set code of the function

[src]

Finish current builder spawning resulting struct

Trait Implementations

Auto Trait Implementations

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

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