Type Definition rust_hdl::prelude::Bit

source ·
pub type Bit = bool;
Expand description

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