Type Alias IsAsciiAlphanumeric

Source
pub type IsAsciiAlphanumeric = And<IsAscii, IsAlphanumeric>;
Expand description

Composition of IsAscii and IsAlphanumeric.

Aliased Typeยง

struct IsAsciiAlphanumeric { /* private fields */ }