Struct regex_syntax::ast::Concat [−][src]
A concatenation of regular expressions.
Fields
span: Span
The span of this concatenation.
asts: Vec<Ast>
The concatenation regular expressions.
Implementations
impl Concat
[src]
impl Concat
[src]