Struct parity_wasm::builder::TypeRefBuilder [] [src]

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

Type (signature) reference builder (for function/import/indirect call)

Methods

impl<F> TypeRefBuilder<F> where
    F: Invoke<u32>, 
[src]

[src]

New builder chained with specified callback

[src]

Set/override of type reference

[src]

Finish current builder

Trait Implementations

Auto Trait Implementations

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

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