Trait CssEmbed

Source
pub trait CssEmbed:
    Module
    + Asset
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn embedded_asset(
        self: Vc<Self>,
        chunking_context: Vc<Box<dyn ChunkingContext>>,
    ) -> Vc<Box<dyn OutputAsset>>
       where Self: Sized;
}

Required Methods§

Source

fn embedded_asset( self: Vc<Self>, chunking_context: Vc<Box<dyn ChunkingContext>>, ) -> Vc<Box<dyn OutputAsset>>
where Self: Sized,

Trait Implementations§

Implementors§