Enum combine::parser::range::TakeRange [−][src]
Variants
Found(usize)Found the pattern at this offset
NotFound(usize)Did not find the pattern but the parser can skip ahead to this offset.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TakeRangeimpl UnwindSafe for TakeRange