Trait fedimint_core::api::IGlobalFederationApi
source · pub trait IGlobalFederationApi: IFederationApi { }
Expand description
Trait marker for the global (non-module) endpoints
Trait Implementations§
source§impl AsRef<dyn IGlobalFederationApi> for DynGlobalApi
impl AsRef<dyn IGlobalFederationApi> for DynGlobalApi
source§fn as_ref(&self) -> &(dyn IGlobalFederationApi + 'static)
fn as_ref(&self) -> &(dyn IGlobalFederationApi + 'static)
Converts this type into a shared reference of the (usually inferred) input type.