Enum tree_sitter::CaptureQuantifier
source · [−]pub enum CaptureQuantifier {
Zero,
ZeroOrOne,
ZeroOrMore,
One,
OneOrMore,
}
Expand description
A quantifier for captures
Variants
Zero
ZeroOrOne
ZeroOrMore
One
OneOrMore
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CaptureQuantifier
impl Send for CaptureQuantifier
impl Sync for CaptureQuantifier
impl Unpin for CaptureQuantifier
impl UnwindSafe for CaptureQuantifier
Blanket Implementations
Mutably borrows from an owned value. Read more