pub type DoubleQuoteChar = ExpectChar<DoubleQuoteCharPredicate>;
pub struct DoubleQuoteChar(/* private fields */);