Type Alias Never

Source
pub type Never = Infallible;
Expand description

The Never ! type. Can’t be created. Indicates that the function will never return.

Aliased Type§

pub enum Never {}