pub type NativeRequestFuture<C> = LocalBoxFuture<'static, Result<Result<<C as RequestCapability>::Response, <C as RequestCapability>::DomainError>, RuntimeFailure>>;Expand description
A typed native request result before Kernel cancellation and supervision are applied.
Aliased Typeยง
#[repr(transparent)]pub struct NativeRequestFuture<C> { /* private fields */ }