Structs§
- Forward
With Timeout - Timeout
Sink - Represents a sink that will time out after a given duration if an item cannot be sent.
Enums§
- Sink
Timeout Error - Error type for
TimeoutSink.
Traits§
- Timeout
Sink Ext - [
futures::Sink] adaptor that adds timeout. - Timeout
Stream Ext - [
futures::TryStream] extension that allows forwarding items to a sink with a timeout while discarding timed out items.