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