[][src]Trait etc::Read

pub trait Read: Meta {
    fn read(&self) -> Result<Vec<u8>, Error> { ... }
}

io read

Provided methods

fn read(&self) -> Result<Vec<u8>, Error>

read stream from file

Loading content...

Implementors

impl<T> Read for T where
    T: Meta
[src]

Loading content...