Enum onig::MetaChar[][src]

pub enum MetaChar {
    Character(char),
    Ineffective,
}

Meta Character State

Defines if a given meta character is enabled or not within a given syntax. If the character is enabled it also contains the rust char that it is set to.

Variants

The meta character is set to the chosen char

The meta character is not enabled

Auto Trait Implementations

impl Send for MetaChar

impl Sync for MetaChar