Skip to main content

read_binary_with_options_sync

Function read_binary_with_options_sync 

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

Synchronously reads the entire contents of filename into a byte vector.