Struct embedded_storage::nor_flash::RmwNorFlashStorage
source · pub struct RmwNorFlashStorage<'a, S> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
source§impl<'a, S> ReadStorage for RmwNorFlashStorage<'a, S>where
S: ReadNorFlash,
impl<'a, S> ReadStorage for RmwNorFlashStorage<'a, S>where
S: ReadNorFlash,
§type Error = <S as ReadNorFlash>::Error
type Error = <S as ReadNorFlash>::Error
An enumeration of storage errors