Struct tokio::sync::watch::error::RecvError [−][src]
pub struct RecvError(_);
Error produced when receiving a change notification.
pub struct RecvError(_);
Error produced when receiving a change notification.
impl RefUnwindSafe for RecvError
impl Send for RecvError
impl Sync for RecvError
impl Unpin for RecvError
impl UnwindSafe for RecvError