read_key_from_bytes_with_options

Function read_key_from_bytes_with_options 

Source
pub fn read_key_from_bytes_with_options(
    bytes: &[u8],
    options: KeyReadOptions,
) -> Result<Key, KeyBinaryError>
Expand description

Reads a KEY index from bytes with explicit options.