Struct parity_wasm::builder::TableBuilder [] [src]

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

Table builder

Methods

impl TableBuilder
[src]

[src]

New table builder

impl<F> TableBuilder<F> where
    F: Invoke<TableDefinition>, 
[src]

[src]

New table builder with callback in chained context

[src]

Set/override minimum length

[src]

Set/override maximum length

[src]

Generate initialization expression and element values on specified index

[src]

Finalize current builder spawning resulting struct

Trait Implementations

Auto Trait Implementations

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

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