Type Definition fibers_transport::PollRecv[][src]

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

The return type of the Transport::poll_recv method.