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>> + Sync + Send>;

Aliased Typeยง

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