Type Alias FailW

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

Field FAIL writer - Failure

Aliased Type§

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