[][src]Trait etc::Read

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

io read

Provided methods

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

read stream from file

Loading content...

Implementors

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

Loading content...