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

This is supported on feature="sync" only.

Oneshot error types

Structs

RecvErrorfeature="sync"

Error returned by the Future implementation for Receiver.

Enums

TryRecvErrorfeature="sync"

Error returned by the try_recv function on Receiver.