pub trait IGlobalFederationApi: IFederationApi { }
Expand description

Trait marker for the global (non-module) endpoints

Trait Implementations§

source§

impl AsRef<dyn IGlobalFederationApi> for DynGlobalApi

source§

fn as_ref(&self) -> &(dyn IGlobalFederationApi + 'static)

Converts this type into a shared reference of the (usually inferred) input type.

Implementors§