Trait sewup::kv::traits::key::AsHashKey[][src]

pub trait AsHashKey {
    fn get_size_from_hash(&self, hash: &[u8; 24]) -> (bool, u32, u32);
fn get_size(&self) -> (u32, u32); }

Required methods

Implementors