Module tokio::sync::oneshot::error

source ·
Expand description

Oneshot error types.

Structs

  • Error returned by the Future implementation for Receiver.

Enums

  • Error returned by the try_recv function on Receiver.