[][src]Type Definition tokio::prelude::Poll

type Poll<T, E> = Result<Async<T>, E>;

Return type of the Future::poll method, indicates whether a future's value is ready or not.