pub trait VideoAggregatorExtManual:
Sealed
+ IsA<VideoAggregator>
+ 'static {
// Provided method
fn video_info(&self) -> Option<VideoInfo> { ... }
}
Provided Methods§
fn video_info(&self) -> Option<VideoInfo>
Object Safety§
This trait is not object safe.