Trait app_io::ImmutableRead

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

Required Methods§

source

fn read(&self, buf: &mut [u8]) -> Result<usize>

Implementations on Foreign Types§

source§

impl ImmutableRead for Slave

source§

fn read(&self, buf: &mut [u8]) -> Result<usize>

source§

impl ImmutableRead for StdioReader

source§

fn read(&self, buf: &mut [u8]) -> Result<usize>

Implementors§