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