pub type JsonHostRequestFuture = LocalBoxFuture<'static, Result<JsonInvocationOutcome, RuntimeFailure>>;Expand description
Result of one Plan-bound host Request import after generated value translation.
Aliased Typeยง
#[repr(transparent)]pub struct JsonHostRequestFuture { /* private fields */ }