pub trait MediaPreviousSource: Sized {
    fn previous(&mut self);
}

Required Methods

Implementors