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§
- Fake
Incoming Streams - An unconstructable stream::Stream type.
- Fake
Listener - An unconstructable listener type.
- Fake
Stream - An unconstructable AsyncRead+AsyncWrite type.