pub trait Read: Meta { // Provided method fn read(&self) -> Result<Vec<u8>, Error> { ... } }
io read
read stream from file