Skip to main content

Never

Type Alias Never 

Source
pub type Never = ExecNever;
Expand description

An uninhabitable type used to represent impossible values (e.g., in combinators::Void).

Aliased Typeยง

pub struct Never;