Type Alias IsAsciiWhitespace

Source
pub type IsAsciiWhitespace = And<IsAscii, IsWhitespace>;
Expand description

Composition of IsAscii and IsWhitespace.

Aliased Typeยง

struct IsAsciiWhitespace { /* private fields */ }