pub type WhitespaceChar = ExpectChar<WhitespaceCharPredicate>;
pub struct WhitespaceChar(/* private fields */);