read_from_file_bytes

Function read_from_file_bytes 

Source
pub fn read_from_file_bytes<T: From<Vec<u8>>, P: AsRef<Path>>(
    path: P,
) -> Result<T>