Type Alias BoxHandleFn

Source
pub type BoxHandleFn<S, R> = Box<dyn Fn(Client, Event, S) -> BoxFuture<'static, R>>;

Aliased Typeยง

struct BoxHandleFn<S, R>(/* private fields */);