Skip to main content

CharDecDigit

Type Alias CharDecDigit 

Source
pub type CharDecDigit = CharDigit<DECIMAL>;
Expand description

CharDigit<B> with B set to DECIMAL.

Aliased Typeยง

pub struct CharDecDigit { /* private fields */ }