write_to_file_bytes

Function write_to_file_bytes 

Source
pub fn write_to_file_bytes<T: Into<Vec<u8>>, P: AsRef<Path>>(
    path: P,
    data: T,
) -> Result<()>