Trait gstreamer::IteratorImpl
source · pub trait IteratorImpl<T>:
Clone
+ Send
+ 'static{
// Required methods
fn next(&mut self) -> Option<Result<T, IteratorError>>;
fn resync(&mut self);
}
Required Methods§
Object Safety§
This trait is not object safe.