Enum oxygengine_core::assets::protocol::AssetLoadResult [−][src]
pub enum AssetLoadResult { Error(String), Data(Box<dyn Any + Send + Sync>), Yield(Meta, Vec<(String, String)>), }
Variants
Error(String)
(meta, [(key, path to load)])
Auto Trait Implementations
impl !RefUnwindSafe for AssetLoadResult
impl Send for AssetLoadResult
impl Sync for AssetLoadResult
impl Unpin for AssetLoadResult
impl !UnwindSafe for AssetLoadResult
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more