Type Alias ControlCallback

Source
pub type ControlCallback<P> = Box<dyn FnMut(Context<P>, ControlResponse) -> BoxFuture<'static, Result<()>> + Send + Sync>;
Expand description

Type definition for an observers control callback

Aliased Typeยง

struct ControlCallback<P>(/* private fields */);