Type Alias IsAsciiUppercase

Source
pub type IsAsciiUppercase = And<IsAscii, IsUppercase>;
Expand description

Composition of IsAscii and IsUppercase.

Aliased Typeยง

struct IsAsciiUppercase { /* private fields */ }