fedimint_api_client::api::global_api

Trait GlobalFederationApiWithCacheExt

Source
pub trait GlobalFederationApiWithCacheExt
where Self: Sized,
{ // Required method fn with_cache(self) -> GlobalFederationApiWithCache<Self>; }
Expand description

Convenience extension trait used for wrapping IRawFederationApi in a GlobalFederationApiWithCache

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§