read_twoda_with_options

Function read_twoda_with_options 

Source
pub fn read_twoda_with_options<R: Read>(
    reader: &mut R,
    options: TwoDaBinaryOptions,
) -> Result<TwoDa, TwoDaBinaryError>
Expand description

Reads a binary 2DA from a reader with explicit text options.

The stream is consumed from its current position.