Struct parity_wasm_cp::builder::ExportBuilder[][src]

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

Export entry builder

Methods

impl ExportBuilder
[src]

New export builder

impl<F> ExportBuilder<F>
[src]

New export entry builder in the specified chained context

Set the field name of the export entry

Specify the internal module mapping for this entry

Start the internal builder for this export entry

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

Finalize export entry builder spawning the resulting struct

Auto Trait Implementations

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

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