Skip to main content

AsyncGrpcCall

Type Alias AsyncGrpcCall 

Source
pub type AsyncGrpcCall<Response> = AsyncGrpcCall<Response, Error>;
Expand description

An async grpc call with crate::Error

Aliased Typeยง

pub struct AsyncGrpcCall<Response> { /* private fields */ }