pub trait TransitionStopSource: Sized {
    fn transition_stop(&mut self);
}

Required Methods

Implementors