Trait TwoWayStrategy
pub(in ::str::pattern) trait TwoWayStrategy
Associated Types
type Output;
Required Methods
fn use_early_reject() -> boolfn rejecting(a: usize, b: usize) -> Self::Outputfn matching(a: usize, b: usize) -> Self::Output
Implementors
impl TwoWayStrategy for MatchOnlyimpl TwoWayStrategy for RejectAndMatch