Trait gstreamer::IteratorImpl[][src]

pub trait IteratorImpl<T>: Clone + Send + 'static where
    T: FromValueOptional<'a> + StaticType + ToValue + Send + 'static, 
{ fn next(&mut self) -> Option<Result<T, IteratorError>>;
fn resync(&mut self); }

Required methods

fn next(&mut self) -> Option<Result<T, IteratorError>>[src]

fn resync(&mut self)[src]

Loading content...

Implementors

Loading content...