Trait bevy_internal::asset::prelude::Asset
source · pub trait Asset: VisitAssetDependencies + TypePath + Send + Sync + 'static { }
Object Safety§
This trait is not object safe.
pub trait Asset: VisitAssetDependencies + TypePath + Send + Sync + 'static { }