Type Alias protokit_grpc::BoxFuture

source ·
pub type BoxFuture<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;

Aliased Type§

struct BoxFuture<T, E> { /* private fields */ }