pub fn read_key<R: Read>(reader: &mut R) -> Result<Key, KeyBinaryError>Expand description
Reads a KEY index from a reader.
The stream is consumed from its current position.
ยงErrors
The same as read_key_with_options under
KeyReadMode::CanonicalK1, which
takes V1 alone.