Trait ConfigTrait

Source
pub trait ConfigTrait: Sync + 'static
where Self: SerdeConfig + RespConfig,
{ }
Expand description

the config trait that giving for set_config

this trait is the sub trait of SerdeConfig and RespConfig

Implementors§