Module tokio::sync::oneshot::error[][src]

This is supported on crate feature sync only.
Expand description

Oneshot error types

Structs

Error returned by the Future implementation for Receiver.

Enums

Error returned by the try_recv function on Receiver.