[][src]Function mogwai::txrx::txrx_filter_map

pub fn txrx_filter_map<A, B, F>(f: F) -> (Transmitter<A>, Receiver<B>) where
    A: Any,
    B: Any,
    F: Fn(&A) -> Option<B> + 'static,