pub trait OutputAssetsReference:
Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Provided method
fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
where Self: Sized { ... }
}Provided Methods§
Sourcefn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>where
Self: Sized,
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>
impl VcValueTrait for Box<dyn OutputAssetsReference>
type ValueTrait = dyn OutputAssetsReference
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.