Skip to main content

EcmascriptChunkPlaceable

Trait EcmascriptChunkPlaceable 

Source
pub trait EcmascriptChunkPlaceable:
    ChunkableModule
    + Module
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn get_exports(self: Vc<Self>) -> Vc<EcmascriptExports>
       where Self: Sized;

    // Provided method
    fn get_async_module(self: Vc<Self>) -> Vc<OptionAsyncModule>
       where Self: Sized { ... }
}

Required Methods§

Source

fn get_exports(self: Vc<Self>) -> Vc<EcmascriptExports>
where Self: Sized,

Provided Methods§

Source

fn get_async_module(self: Vc<Self>) -> Vc<OptionAsyncModule>
where Self: Sized,

Trait Implementations§

Implementors§