Type Definition oxygengine_core::storage::StorageResult[][src]

pub type StorageResult<T> = Result<T, StorageError>;