pub trait EmitterInstance: Any { }

Implementors§

source§

impl<E: Event + 'static> EmitterInstance for Emitter<E>