pub type EventClosure<Arg1, Arg2> = Box<dyn FnMut(<Arg1 as ClosureArg>::Output, <Arg2 as ClosureArg>::Output) -> Result<()>>;
Expand description
Generic closure signature for event_callback
.
Aliased Typeยง
struct EventClosure<Arg1, Arg2>(/* private fields */);