read_key_with_options

Function read_key_with_options 

Source
pub fn read_key_with_options<R: Read>(
    reader: &mut R,
    options: KeyReadOptions,
) -> Result<Key, KeyBinaryError>
Expand description

Reads a KEY index from a reader with explicit options.