write_twoda_with_options

Function write_twoda_with_options 

Source
pub fn write_twoda_with_options<W: Write>(
    writer: &mut W,
    twoda: &TwoDa,
    options: TwoDaBinaryOptions,
) -> Result<(), TwoDaBinaryError>
Expand description

Writes a binary 2DA (2DA V2.b) to a writer with explicit text options.