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 AssetLoadResultimpl Send for AssetLoadResultimpl Sync for AssetLoadResultimpl Unpin for AssetLoadResultimpl !UnwindSafe for AssetLoadResultBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more