read_key

Function read_key 

Source
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.