pub type IsAsciiAlphanumeric = And<IsAscii, IsAlphanumeric>;Expand description
Composition of IsAscii and IsAlphanumeric.
Aliased Typeยง
struct IsAsciiAlphanumeric { /* private fields */ }pub type IsAsciiAlphanumeric = And<IsAscii, IsAlphanumeric>;Composition of IsAscii and IsAlphanumeric.
struct IsAsciiAlphanumeric { /* private fields */ }