OutputAssetsReference

Trait OutputAssetsReference 

Source
pub trait OutputAssetsReference:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Provided method
    fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
where Self: Sized,

References to other OutputAssets from this [OutputAssetReference].

Trait Implementations§

Source§

impl VcValueTrait for Box<dyn OutputAssetsReference>

Source§

type ValueTrait = dyn OutputAssetsReference

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.
Source§

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

impl Dynamic<Box<dyn OutputAssetsReference>> for Box<dyn OutputAssetsReference>

Source§

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

Source§

impl Upcast<Box<dyn OutputAssetsReference>> for Box<dyn OutputAssetsReference>

Source§

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

Source§

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

Implementors§