1//! Automatically loads in the BlockDevice and Read trait so the user doesn't have to do that all the time. 2pub use crate::{BlockDevice, Read};