Type Alias linera_base::task::NoInput

source ·
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 {}

Variants§