pub type NoInput = Infallible;Expand description
A type that satisfies the send/receive bounds, but can never be sent or received.
Aliased Typeยง
pub enum NoInput {}pub type NoInput = Infallible;A type that satisfies the send/receive bounds, but can never be sent or received.
pub enum NoInput {}