Struct bitflags::__core::sync::mpsc::Receiver [] [src]

pub struct Receiver<T> {
    // some fields omitted
}
1.0.0
[]

The receiving-half of Rust's channel type. This half can only be owned by one thread