pub trait AsyncComponentExt {
    fn next(&mut self) -> Next<'_, Self> ;
    fn into_stream(self) -> AsyncComponentStream<Self>;
}

Required Methods§

Implementors§