Never

Type Alias Never 

Source
pub type Never = Unstoppable;
๐Ÿ‘ŽDeprecated since 0.3.0: Use Unstoppable instead for clarity
Expand description

Type alias for backwards compatibility.

New code should use Unstoppable instead, which more clearly communicates that cooperative cancellation is not possible.

Aliased Typeยง

pub struct Never;