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