Never

Type Alias Never 

Source
pub type Never = Infallible;
Expand description

Stand-in for the nightly “never” type !

Aliased Type§

pub enum Never {}