pub trait CssEmbed:
Module
+ 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§
fn embedded_asset(
self: Vc<Self>,
chunking_context: Vc<Box<dyn ChunkingContext>>,
) -> Vc<Box<dyn OutputAsset>>where
Self: Sized,
Trait Implementations§
Source§impl VcValueTrait for Box<dyn CssEmbed>
impl VcValueTrait for Box<dyn CssEmbed>
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 CssEmbed
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 CssEmbed>> for Box<dyn CssEmbed>
impl Dynamic<Box<dyn Module>> for Box<dyn CssEmbed>
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn CssEmbed>
Available on debug-assertions enabled only.
impl Upcast<Box<dyn CssEmbed>> for Box<dyn CssEmbed>
impl Upcast<Box<dyn Module>> for Box<dyn CssEmbed>
impl Upcast<Box<dyn ValueDebug>> for Box<dyn CssEmbed>
Available on debug-assertions enabled only.
impl UpcastStrict<Box<dyn Module>> for Box<dyn CssEmbed>
impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn CssEmbed>
Available on debug-assertions enabled only.