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

This is supported on crate feature sync only.

Watch error types

Structs

RecvError

Error produced when receiving a change notification.

SendError

Error produced when sending a value fails.