pub fn map_get<B, K, V>( backend: &B, path: &str, key: &K, ) -> Result<Option<V>, B::Error>where B: AmeBackend, K: Display, V: DeserializeOwned,