Struct transformable_channels::mpsc::MappedSender
[−]
[src]
pub struct MappedSender<F, T, V, W> where W: ExtSender<V> + TransformableSender<V> + Sized, F: Fn(T) -> V + Sync + Send + 'static, T: Send + 'static, V: Send + 'static {
// some fields omitted
}
An ExtSender
obtained from a call to method map
.