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