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.
pub fn read_key_with_options<R: Read>(
reader: &mut R,
options: KeyReadOptions,
) -> Result<Key, KeyBinaryError>Reads a KEY index from a reader with explicit options.