Function read_reader

Source
pub fn read_reader<R>(reader: R) -> Result<Vec<u8>, FileError>
where R: Read,