Type Alias BoxedCallback

Source
pub type BoxedCallback = Pin<Box<dyn Callback>>;

Aliased Typeยง

struct BoxedCallback {}