跳到主要内容
Module error
搜索
tokio
1.52.3
Module error
模块条目
结构体
枚举
In tokio::
sync::
broadcast
tokio
::
sync
::
broadcast
Module
error
复制项目路径
源代码
展开描述
广播错误类型
结构体
§
Send
Error
Error returned by the
send
function on a
Sender
.
枚举
§
Recv
Error
An error returned from the
recv
function on a
Receiver
.
TryRecv
Error
An error returned from the
try_recv
function on a
Receiver
.