Type Alias TruthW

Source
pub type TruthW<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field TRUTH writer - Truth Value

Aliased Type§

struct TruthW<'a, REG> { /* private fields */ }