Trait CssChunkItem

Source
pub trait CssChunkItem:
    ChunkItem
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn content(self: Vc<Self>) -> Vc<CssChunkItemContent>
       where Self: Sized;
}

Required Methods§

Source

fn content(self: Vc<Self>) -> Vc<CssChunkItemContent>
where Self: Sized,

Trait Implementations§

Implementors§