pub trait KeyCache { // Required method fn get_keys( &self ) -> impl Future<Output = Result<PubKeys, Report<CacheError>>> + Send; }