Skip to main content

VideoFormatIteratorExtRef

Trait VideoFormatIteratorExtRef 

Source
pub trait VideoFormatIteratorExtRef {
    // Required method
    fn into_video_caps(self) -> Option<VideoCapsBuilder<NoFeature>>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a, T> VideoFormatIteratorExtRef for T
where T: Iterator<Item = &'a VideoFormat>,