Type Alias IsAsciiControl

Source
pub type IsAsciiControl = And<IsAscii, IsControl>;
Expand description

Composition of IsAscii and IsControl.

Aliased Typeยง

struct IsAsciiControl { /* private fields */ }