write_byte_arrays

Function write_byte_arrays 

Source
pub fn write_byte_arrays(
    storage_dir: &Path,
    struct_output_path: &Path,
    struct_name: &str,
    byte_arrays: Vec<(&str, Bytes)>,
) -> Result<()>