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

pub struct Sender<T> {
    // some fields omitted
}
1.0.0

The sending-half of Rust's asynchronous channel type. This half can only be owned by one thread, but it can be cloned to send to other threads.