Type Alias ContactEvents

Source
pub type ContactEvents<Handle> = EventPool<ContactEvent<Handle>>;
Expand description

A set of contact events.

Aliased Typeยง

struct ContactEvents<Handle> { /* private fields */ }