devela::num::niche

Type Alias NonExtremeI8

Source
pub type NonExtremeI8 = NonValueI8<{ i8::MIN }>;
Expand description

A signed integer that is known not to equal its most extreme value (MIN).

Unlike the NonValue* types in general, this type alias implements the Default and ConstDefault traits.

Aliased Type§

struct NonExtremeI8(/* private fields */);

Trait Implementations§

Source§

impl ConstDefault for NonExtremeI8

Source§

const DEFAULT: Self

§Features

Makes use of the unsafe_niche feature if enabled.

Source§

impl Default for NonExtremeI8

Source§

fn default() -> Self

§Features

Makes use of the unsafe_niche feature if enabled.