pub trait Event: Clone + 'static { }

Object Safety§

This trait is not object safe.

Implementors§