[][src]Module tower_grpc::codegen::client::futures

Re-export types from the future crate.

Traits

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

Stream

A stream of values, not all of which may have been produced yet.

Type Definitions

Poll

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