Skip to main content

write_key_to_vec

Function write_key_to_vec 

Source
pub fn write_key_to_vec(key: &Key) -> Result<Vec<u8>, KeyBinaryError>
Expand description

Serializes a KEY index to bytes.

ยงErrors

Every non-I/O failure write_key describes. The Vec target has no I/O to fail at.