pub type VerbatimUntil<C> = Many<Cons<Except<C>, AngleTokenTree>>;Expand description
Parses tokens and groups until C is found on the current token tree level.
Aliased Type§
struct VerbatimUntil<C>(pub Vec<Delimited<Cons<Except<C>, AngleTokenTree>, Nothing>>);Fields§
§0: Vec<Delimited<Cons<Except<C>, AngleTokenTree>, Nothing>>