pub type VerbatimUntil<C> = Many<Cons<Except<C>, AngleTokenTree>>;
Parses tokens and groups until C is found on the current token tree level.
C
pub struct VerbatimUntil<C>(/* private fields */);