[][src]Type Definition mogwai::txrx::RecvFuture

type RecvFuture<A> = Pin<Box<dyn Future<Output = Option<A>>>>;

A pinned, possible future message.