Bit

Type Alias Bit 

Source
pub type Bit = bool;
Expand description

A type alias for a simple bool. You can use them interchangeably.