pub type Callbacks<A> = ValuedCallbacks<A, ()>;Expand description
Holds a set of callbacks with a given signature. Useful if several objects must respond to the same signal. If more than one object must be taken as argument, use a custom struct or tuples.
Aliased Typeยง
pub struct Callbacks<A>(/* private fields */);