Enum oxygengine_core::storage::StorageError [−][src]
Variants
CouldNotLoadData(String)path to resource.
Tuple Fields of CouldNotLoadData
0: StringCouldNotStoreData(String)path to resource.
Tuple Fields of CouldNotStoreData
0: StringTrait 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
Mutably borrows from an owned value. Read more