write_binary

Function write_binary 

Source
pub fn write_binary(
    to: &str,
    name: &str,
    reader: impl Read,
    only_binaries: bool,
    trace: bool,
) -> Result<(), Box<dyn Error>>