[][src]Trait kv::Key

pub trait Key: AsRef<[u8]> { }

A Key can be used as a key to a database

Implementors

impl<'a, S: AsRef<[u8]>> Key for S[src]

Loading content...