struct EmptyNeedle {
position: usize,
end: usize,
is_match_fw: bool,
is_match_bw: bool,
}
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Fields
position | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
end | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
is_match_fw | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
is_match_bw | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
Trait Implementations
Derived Implementations