pub trait MediaNextSource: Sized {
    fn next(&mut self);
}

Required Methods

Implementors