Struct tokio::sync::watch::error::SendError    [−][src]
pub struct SendError<T> { /* fields omitted */ }Error produced when sending a value fails.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SendError<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<T> Send for SendError<T> where
    T: Send, 
T: Send,
impl<T> Sync for SendError<T> where
    T: Sync, 
T: Sync,
impl<T> Unpin for SendError<T> where
    T: Unpin, 
T: Unpin,
impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe, 
T: UnwindSafe,