Skip to main content

CallbackStrategy

Type Alias CallbackStrategy 

Source
pub type CallbackStrategy = Box<dyn Fn(&mut Messages, Option<&Metadata>) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct CallbackStrategy(/* private fields */);