Trait kv::Key [] [src]

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

A Key can be used as a key to a database

Implementations on Foreign Types

impl Key for str
[src]

impl<'a> Key for &'a str
[src]

Implementors