pub fn bucket<'a, S: Storage, T>( namespace: &[u8], storage: &'a mut S) -> Bucket<'a, S, T> where T: Serialize + DeserializeOwned,