macro_rules! plugin_types_trait_impl_config {
($common_gen:ty, $cfg:ty, $cfg_private:ty, $cfg_consensus:ty, $cfg_client:ty) => { ... };
}Expand description
Implements the necessary traits for all configuration related types of a
FederationServer module.