Trait cold_io::ReadOnce[][src]

pub trait ReadOnce {
    fn read(self, buf: &mut [u8]) -> IoResult;
}

Required methods

Implementors