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

This is supported on feature="sync" and feature="sync" only.

Oneshot error types

Structs

RecvErrorfeature="sync" and feature="sync"

Error returned by the Future implementation for Receiver.

TryRecvErrorfeature="sync" and feature="sync"

Error returned by the try_recv function on Receiver.