Trait graphannis_core::serializer::KeySerializer
source · [−]pub trait KeySerializer {
fn create_key(&self) -> KeyVec;
fn parse_key(key: &[u8]) -> Result<Self, Box<dyn Error + Send + Sync>>
where
Self: Sized;
}