Trait graphannis_core::serializer::KeySerializer[][src]

pub trait KeySerializer {
    fn create_key(&self) -> KeyVec;
fn parse_key(key: &[u8]) -> Self
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors