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