pub trait CssChunkPlaceable:
ChunkableModule
+ Module
+ Asset
+ Send
+ Sync
+ NonLocalValue
+ ValueDebug { }
Trait Implementations§
Source§impl VcValueTrait for Box<dyn CssChunkPlaceable>
impl VcValueTrait for Box<dyn CssChunkPlaceable>
type ValueTrait = dyn CssChunkPlaceable
Source§fn get_trait_type_id() -> TraitTypeId
fn get_trait_type_id() -> TraitTypeId
Returns the type id of the trait object.
Source§fn get_impl_vtables() -> &'static VTableRegistry<Self::ValueTrait>
fn get_impl_vtables() -> &'static VTableRegistry<Self::ValueTrait>
Returns the vtable for an implementation of this trait.
Panics if ValueTypeId does not implement the trait.