RocketMQTokioRunnable

Trait RocketMQTokioRunnable 

Source
pub trait RocketMQTokioRunnable: Sync + 'static {
    // Required method
    async fn run(&mut self);
}

Required Methods§

Source

async fn run(&mut self)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<TraitVariantBlanketType: TokioRunnable> RocketMQTokioRunnable for TraitVariantBlanketType