pub trait CssChunkItem:
ChunkItem
+ OutputAssetsReference
+ Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Required method
fn content(self: Vc<Self>) -> Vc<CssChunkItemContent>
where Self: Sized;
}Required Methods§
Trait Implementations§
Source§impl TraitVtablePrototype for Box<dyn CssChunkItem>
impl TraitVtablePrototype for Box<dyn CssChunkItem>
Source§impl VcValueTrait for Box<dyn CssChunkItem>
impl VcValueTrait for Box<dyn CssChunkItem>
Source§const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
The per-trait vtable registry, populated at program load by
#[ctor::ctor]
functions emitted by each #[turbo_tasks::value_impl] expansion. Read moretype ValueTrait = dyn CssChunkItem
Source§fn get_trait_type_id() -> TraitTypeId
fn get_trait_type_id() -> TraitTypeId
Returns the type id of the trait object.
impl Dynamic<Box<dyn ChunkItem>> for Box<dyn CssChunkItem>
impl Dynamic<Box<dyn CssChunkItem>> for Box<dyn CssChunkItem>
impl Dynamic<Box<dyn OutputAssetsReference>> for Box<dyn CssChunkItem>
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn CssChunkItem>
Available on debug-assertions enabled only.
impl Upcast<Box<dyn ChunkItem>> for Box<dyn CssChunkItem>
impl Upcast<Box<dyn CssChunkItem>> for Box<dyn CssChunkItem>
impl Upcast<Box<dyn OutputAssetsReference>> for Box<dyn CssChunkItem>
impl Upcast<Box<dyn ValueDebug>> for Box<dyn CssChunkItem>
Available on debug-assertions enabled only.
impl UpcastStrict<Box<dyn ChunkItem>> for Box<dyn CssChunkItem>
impl UpcastStrict<Box<dyn OutputAssetsReference>> for Box<dyn CssChunkItem>
impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn CssChunkItem>
Available on debug-assertions enabled only.