KrpcFuture

Type Alias KrpcFuture 

Source
pub type KrpcFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;

Aliased Typeยง

pub struct KrpcFuture<T> { /* private fields */ }