Skip to main content

True

Type Alias True 

Source
pub type True = Bool<true>;
Expand description

A type representing true.

Aliased Typeยง

pub struct True;