pub trait MediaStreamExtManual: 'static {
    fn set_error(&self, error: Error);
}

Required methods

Implementors