pub type Never = Infallible;Expand description
Never type (for the weird case when there is an accessor that can’t return anything)
Aliased Type§
enum Never {}pub type Never = Infallible;Never type (for the weird case when there is an accessor that can’t return anything)
enum Never {}