type_sitter

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§

enum Never {}

Variants§