macro_rules! plugin_types_trait_impl_config {
($common_gen:ty, $gen:ty, $gen_local:ty, $gen_consensus:ty, $cfg:ty, $cfg_local: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.