Struct regex_syntax::ast::FlagsItem [−][src]
pub struct FlagsItem { pub span: Span, pub kind: FlagsItemKind, }
A single item in a group of flags.
Fields
span: Span
The span of this item.
kind: FlagsItemKind
The kind of this item.