mm1_common::types

Type Alias Never

Source
pub type Never = Infallible;

Aliased Type§

enum Never {}

Variants§

Trait Implementations§

Source§

impl<AnyKind> HasErrorKind<AnyKind> for Never
where AnyKind: Display + Eq + Ord + Copy + Send + Sync + 'static,

Source§

fn kind(&self) -> AnyKind