pub async fn filter<P, K>( key: Vec<u8>, meta_peer_client: &MetaPeerClientRef, predicate: P, ) -> Result<HashMap<K, LeaseValue>>where P: Fn(&LeaseValue) -> bool, K: Eq + Hash + TryFrom<Vec<u8>, Error = Error>,