Type Alias IsAsciiNumeric

Source
pub type IsAsciiNumeric = And<IsAscii, IsNumeric>;
Expand description

Composition of IsAscii and IsNumeric.

Aliased Typeยง

struct IsAsciiNumeric { /* private fields */ }