Skip to main content

StreamSession

Type Alias StreamSession 

Source
pub type StreamSession<C> = NativeStream<C>;
Expand description

Alias using the transport-neutral term used by the Capability model.

Aliased Typeยง

pub struct StreamSession<C> { /* private fields */ }