Enum core::str::pattern::RejectAndMatch [] [src]

enum RejectAndMatch {}
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Emit Rejects regularly

Trait Implementations

impl TwoWayStrategy for RejectAndMatch

type Output = SearchStep

fn use_early_reject() -> bool

fn rejecting(a: usize, b: usize) -> Self::Output

fn matching(a: usize, b: usize) -> Self::Output