pub trait Event: Clone { }
Expand description

Represents an application event.

Implementors