[][src]Function mogwai::txrx::wrap_future

pub fn wrap_future<A, F>(future: F) -> Option<RecvFuture<A>> where
    F: Future<Output = Option<A>> + 'static,