pub trait EvaluatableAsset:
Asset
+ Module
+ ChunkableModule
+ Send
+ Sync
+ NonLocalValue
+ ValueDebug { }
Expand description
Marker trait for the chunking context to accept evaluated entries.
The chunking context implementation will resolve the dynamic entry to a well-known value or trait object.
Trait Implementations§
Source§impl VcValueTrait for Box<dyn EvaluatableAsset>
impl VcValueTrait for Box<dyn EvaluatableAsset>
type ValueTrait = dyn EvaluatableAsset
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.