pub trait GlobalFederationApiWithCacheExtwhere
Self: Sized,{
// Required method
fn with_cache(self) -> GlobalFederationApiWithCache<Self>;
}
Expand description
Convenience extension trait used for wrapping IRawFederationApi
in
a GlobalFederationApiWithCache
Required Methods§
fn with_cache(self) -> GlobalFederationApiWithCache<Self>
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.