Never

Type Alias Never 

Source
pub type Never = Infallible;
Expand description

Never type (for the weird case when there is an accessor that can’t return anything)

Aliased Type§

pub enum Never {}