pub trait VideoAggregatorExtManual: Sealed + IsA<VideoAggregator> + 'static {
    // Provided method
    fn video_info(&self) -> Option<VideoInfo> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§