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