Skip to main content

CssChunkPlaceable

Trait CssChunkPlaceable 

Source
pub trait CssChunkPlaceable:
    ChunkableModule
    + Module
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug { }

Trait Implementations§

Source§

impl TraitVtablePrototype for Box<dyn CssChunkPlaceable>

Source§

const LEN: usize = 0usize

Source§

const DEFAULTS: &[Option<&NativeFunction>]

Source§

impl VcValueTrait for Box<dyn CssChunkPlaceable>

Source§

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 more
Source§

type ValueTrait = dyn CssChunkPlaceable

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.
Source§

impl Dynamic<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.
Source§

impl Upcast<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.
Source§

impl UpcastStrict<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl UpcastStrict<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.

Implementors§