pub type ExecutionCallback<P> = Box<dyn FnMut(Context<P>) -> BoxFuture<'static, Result<Message>> + Send + Sync>;Expand description
Type definition for an observables atomic reference counted execution callback
Aliased Typeยง
pub struct ExecutionCallback<P>(/* private fields */);