Type Alias TrySendError

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

Aliased Typeยง

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