pub type JsonHostStreamOpenFuture = LocalBoxFuture<'static, Result<Result<Rc<dyn JsonHostStreamSession>, Value>, RuntimeFailure>>;Expand description
Result of opening one Plan-bound host Stream import.
Aliased Typeยง
#[repr(transparent)]pub struct JsonHostStreamOpenFuture { /* private fields */ }