pub type IsAsciiControl = And<IsAscii, IsControl>;
Composition of IsAscii and IsControl.
IsAscii
IsControl
struct IsAsciiControl { /* private fields */ }