Struct bitflags::__core::sync::mpsc::Iter
[−]
[src]
pub struct Iter<'a, T> where T: 'a {
// some fields omitted
}
1.0.0An iterator over messages on a receiver, this iterator will block
whenever next
is called, waiting for a new message, and None
will be
returned when the corresponding channel has hung up.