Type Alias IsAsciiLowercase

Source
pub type IsAsciiLowercase = And<IsAscii, IsLowercase>;
Expand description

Composition of IsAscii and IsLowercase.

Aliased Typeยง

struct IsAsciiLowercase { /* private fields */ }