pub type BoxedFut<Output> = Pin<Box<dyn Future<Output = TransportResult<Output>> + Send>>;Expand description
Boxed future type used in ProviderCall for non-wasm targets.
Aliased Typeยง
pub struct BoxedFut<Output> { /* private fields */ }pub type BoxedFut<Output> = Pin<Box<dyn Future<Output = TransportResult<Output>> + Send>>;Boxed future type used in ProviderCall for non-wasm targets.
pub struct BoxedFut<Output> { /* private fields */ }