Trait db_key::Key [] [src]

pub trait Key<'a>: From<&'a [u8]> + AsRef<[u8]> { }

Implementors