Trait app_io::ImmutableRead
source · pub trait ImmutableRead: Send + Sync + 'static {
// Required method
fn read(&self, buf: &mut [u8]) -> Result<usize>;
}
pub trait ImmutableRead: Send + Sync + 'static {
// Required method
fn read(&self, buf: &mut [u8]) -> Result<usize>;
}