[][src]Module abi_stable::type_level_bool

Type-level booleans.

This is a re-export from core_extensions::type_level_bool, so as to allow glob imports (abi_stable::type_level_bool::*) without worrying about importing too many items.

Structs

False

Represents a type-level false

True

Represents a type-level true

Traits

Boolean

Represents a type-level bool