Module unimpl

Source
Expand description

Implementations for unsupported stream and listener types.

Sometimes we find it convenient to have an implementation for NetStreamProvider on an uninhabited type. When we do, this module provides the associated types for its listener and streams.

Structs§

FakeIncomingStreams
An unconstructable stream::Stream type.
FakeListener
An unconstructable listener type.
FakeStream
An unconstructable AsyncRead+AsyncWrite type.