TrySendError

Type Alias TrySendError 

Source
pub type TrySendError<T> = SendError<T>;

Aliased Typeยง

pub struct TrySendError<T> { /* private fields */ }