Type Alias Never

Source
pub type Never = Infallible;

Aliased Type§

pub enum Never {}

Trait Implementations§

Source§

impl<AnyKind> HasErrorKind<AnyKind> for Never
where AnyKind: ErrorKind,

Source§

fn kind(&self) -> AnyKind