pub trait ConfigTrait: Sync + 'staticwhere
Self: SerdeConfig + RespConfig,{ }Expand description
the config trait that giving for set_config
this trait is the sub trait of SerdeConfig and RespConfig
pub trait ConfigTrait: Sync + 'staticwhere
Self: SerdeConfig + RespConfig,{ }the config trait that giving for set_config
this trait is the sub trait of SerdeConfig and RespConfig