pub trait MediaStopSource: Sized {
    fn stop(&mut self);
}

Required Methods

Implementors