ResponseCallback

Type Alias ResponseCallback 

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

Type definition for an observers response callback

Aliased Typeยง

pub struct ResponseCallback<P>(/* private fields */);