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

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

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