Struct parity_wasm::builder::ExportBuilder [] [src]

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

Export entry builder

Methods

impl ExportBuilder
[src]

[src]

New export builder

impl<F> ExportBuilder<F>
[src]

[src]

New export entry builder in the specified chained context

[src]

Set the field name of the export entry

[src]

Specify the internal module mapping for this entry

[src]

Start the internal builder for this export entry

impl<F> ExportBuilder<F> where
    F: Invoke<ExportEntry>, 
[src]

[src]

Finalize export entry builder spawning the resulting struct

Trait Implementations

Auto Trait Implementations

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

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