Enum yaml_peg::parser::TakeOpt [−][src]
Expand description
The option of Parser::take_while.
Variants
Match once.
Match in range. Same as regex {a,b}.
More(usize)Match until mismatched.
More(0) is same as regex *, and More(1) is same as regex ?.
Auto Trait Implementations
impl RefUnwindSafe for TakeOptimpl UnwindSafe for TakeOpt