Struct transformable_channels::mpsc::RawSender
[−]
[src]
pub struct RawSender<T> where T: Send + 'static {
// some fields omitted
}
An implementation of ExtSender
directly on top of std::sync::mpsc::Sender
and with
the same performance.