[][src]Type Definition tower_grpc::codegen::client::futures::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.