VerbatimUntil

Type Alias VerbatimUntil 

Source
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ยง

pub struct VerbatimUntil<C>(/* private fields */);