pub trait TransitionStartSource: Sized {
    fn transition_start(&mut self);
}

Required Methods

Implementors