Home
last modified time | relevance | path

Searched defs:StorageError (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs124 pub enum StorageError { enum
140 impl From<safemath::Error> for StorageError { implementation
146 impl From<core::num::TryFromIntError> for StorageError { implementation
152 impl From<BlockIoError> for StorageError { implementation
158 impl core::fmt::Display for StorageError { implementation
Dmulti_blocks.rs50 fn sync_gpt_all(&mut self, f: &mut dyn FnMut(&mut dyn AsBlockDevice, u64, StorageError)) { in sync_gpt_all() argument