Skip to main content

read_binary_with_options

Function read_binary_with_options 

Source
pub async fn read_binary_with_options<P: AsRef<Path>>(
    filename: P,
    _options: Options,
) -> Result<Vec<u8>>
Expand description

Reads the entire contents of filename into a byte vector.