pub trait CustomEvent: PartialOrd + PartialEq + Eq + Clone + Copy { }
Expand description

A custom event compatible enum.

Implementors