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 {}pub type Never = Infallible;Never type (for the weird case when there is an accessor that can’t return anything)
pub enum Never {}