VerbatimUntil

Type Alias VerbatimUntil 

Source
pub type VerbatimUntil<C> = DelimitedVec<Cons<Except<C>, AngleTokenTree>, Nothing, Optional, 1, unsynn::::container::Many::{constant#1}>;
Expand description

Parses tokens and groups until C is found on the current token tree level.

Aliased Typeยง

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