Skip to main content

OutputChunk

Trait OutputChunk 

Source
pub trait OutputChunk:
    Asset
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn runtime_info(self: Vc<Self>) -> Vc<OutputChunkRuntimeInfo>
       where Self: Sized;
}

Required Methods§

Source

fn runtime_info(self: Vc<Self>) -> Vc<OutputChunkRuntimeInfo>
where Self: Sized,

Trait Implementations§

Source§

impl TraitVtablePrototype for Box<dyn OutputChunk>

Source§

const LEN: usize = 1usize

Source§

const DEFAULTS: &[Option<&NativeFunction>]

Source§

impl VcValueTrait for Box<dyn OutputChunk>

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 OutputChunk

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.
Source§

impl Dynamic<Box<dyn Asset>> for Box<dyn OutputChunk>

Source§

impl Dynamic<Box<dyn OutputChunk>> for Box<dyn OutputChunk>

Source§

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

Available on debug-assertions enabled only.
Source§

impl Upcast<Box<dyn Asset>> for Box<dyn OutputChunk>

Source§

impl Upcast<Box<dyn OutputChunk>> for Box<dyn OutputChunk>

Source§

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

Available on debug-assertions enabled only.
Source§

impl UpcastStrict<Box<dyn Asset>> for Box<dyn OutputChunk>

Source§

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

Available on debug-assertions enabled only.

Implementors§