Module typed

Source
Expand description

Wrappers to add typing to muxado streams.

Structs§

StreamType
A muxado stream type.
Typed
Wrapper for a session capable of opening streams prefixed with a u32 type id.
TypedStream
A typed muxado stream.

Traits§

TypedAccept
Typed analogue to the Accept trait.
TypedOpenClose
Typed analogue to the [Open] trait.
TypedSession
Typed analogue to the Session trait.