pub trait MediaRestartSource: Sized {
    fn restart(&mut self);
}

Required Methods

Implementors