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