pub trait Get<T> { // Required method fn get(&mut self, namespace: &Key, key: &Key) -> Result<T, Error>; }