Trait TwoWayStrategy

pub(in ::str::pattern) trait TwoWayStrategy

Associated Types

type Output;

Required Methods

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

Implementors