We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6343027 commit 7e95649Copy full SHA for 7e95649
embedded-storage-async/src/nor_flash.rs
@@ -1,4 +1,4 @@
1
-use embedded_storage::nor_flash::ErrorType;
+pub use embedded_storage::nor_flash::{ErrorType, NorFlashError, NorFlashErrorKind};
2
3
/// Read only NOR flash trait.
4
pub trait ReadNorFlash: ErrorType {
0 commit comments