Skip to main content

JsonStreamOpenFuture

Type Alias JsonStreamOpenFuture 

Source
pub type JsonStreamOpenFuture = LocalBoxFuture<'static, Result<Result<Rc<dyn JsonStreamSessionTransport>, Value>, RuntimeFailure>>;
Expand description

Adapter-owned result of opening one portable JSON stream transport session.

Aliased Typeยง

#[repr(transparent)]
pub struct JsonStreamOpenFuture { /* private fields */ }