Struct bitflags::__core::sync::mpsc::IntoIter
[−]
[src]
pub struct IntoIter<T> { // some fields omitted }1.1.0
An owning 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.