Trait rocketmq_common::common::thread::RocketMQTokioRunnable
source · pub trait RocketMQTokioRunnable: Sync + 'static {
// Required method
async fn run(&mut self);
}Required Methods§
Object Safety§
This trait is not object safe.