Trait EvaluatableAsset

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

Implementors§