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

enum MatchOnly {}
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Skip to match intervals as quickly as possible

Trait Implementations

impl TwoWayStrategy for MatchOnly

type Output = Option<(usize, usize)>

fn use_early_reject() -> bool

fn rejecting(_a: usize, _b: usize) -> Self::Output

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