Module errors
tokio_stream
0.1.15
Module errors
Enums
In tokio_stream::wrappers
Modules
errors
Structs
BroadcastStream
CtrlBreakStream
CtrlCStream
IntervalStream
LinesStream
ReadDirStream
ReceiverStream
SignalStream
SplitStream
TcpListenerStream
UnboundedReceiverStream
UnixListenerStream
WatchStream
?
Module
tokio_stream
::
wrappers
::
errors
source
·
[
−
]
Expand description
Error types for the wrappers.
Enums
§
BroadcastStreamRecvError
sync
An error returned from the inner stream of a
BroadcastStream
.