pub trait AnyHandler: Debug {
    fn clear(&self, state: &mut dyn State);
}
Expand description

Base non-generic part of the Handler trait.

Required Methods

Implementors