[][src]Type Definition fibers_transport::PollRecv

type PollRecv<T> = Poll<Option<T>, Error>;

The return type of the Transport::poll_recv method.