Enum oxygengine_core::storage::StorageError [−][src]
Variants
CouldNotLoadData(String)
path to resource.
CouldNotStoreData(String)
path to resource.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StorageError
impl Send for StorageError
impl Sync for StorageError
impl Unpin for StorageError
impl UnwindSafe for StorageError
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