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

Oneshot error types

Structs

RecvError

Error returned by the Future implementation for Receiver.

TryRecvError

Error returned by the try_recv function on Receiver.