Type Alias IsAsciiAlphabetic

Source
pub type IsAsciiAlphabetic = And<IsAscii, IsAlphabetic>;
Expand description

Composition of IsAscii and IsDigit.

Aliased Typeยง

struct IsAsciiAlphabetic { /* private fields */ }