Trait ModuleIdStrategy

Source
pub trait ModuleIdStrategy:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn get_module_id(self: Vc<Self>, ident: Vc<AssetIdent>) -> Vc<ModuleId>
       where Self: Sized;
}

Required Methods§

Source

fn get_module_id(self: Vc<Self>, ident: Vc<AssetIdent>) -> Vc<ModuleId>
where Self: Sized,

Trait Implementations§

Implementors§