Expand description
Dummy implementations.
Structsยง
- Connecting
- A dummy
Connecting
type, that wraps a session and implementsendpoint::connect::Connecting
trait. - Opening
BiStream - A dummy
OpeningBiStream
type, that wraps a pair of streams and implementssession::stream::OpeningBi
trait. - Opening
UniStream - A dummy
OpeningUniStream
type, that wraps a send stream and implementssession::stream::OpeningUni
trait.