trait TwoWayStrategy {
type Output;
fn use_early_reject() -> bool;
fn rejecting(usize, usize) -> Self::Output;
fn matching(usize, usize) -> Self::Output;
}
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Associated Types
type Output
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Required Methods
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Implementors