linera_base::task

Type Alias 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§