pub trait DirectBlockDevice: DirectBaseOperations + MountOperations {
// Provided methods
fn get_block_size(&self) -> Result<u32> { ... }
fn get_block_count(&self) -> Result<Size> { ... }
}pub trait DirectBlockDevice: DirectBaseOperations + MountOperations {
// Provided methods
fn get_block_size(&self) -> Result<u32> { ... }
fn get_block_count(&self) -> Result<Size> { ... }
}