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