Trait laminarmq_io::stream::Stream
source · pub trait Stream<L: Lender> {
// Required method
fn next<'a>(&'a mut self) -> impl Future<Output = Option<L::Item<'a>>> + 'a
where L: 'a;
}
Required Methods§
Object Safety§
This trait is not object safe.