Type Alias ArrW

Source
pub type ArrW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field ARR writer - Auxiliary Row Read

Aliased Typeยง

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