Expand description
We hide the Pattern
trait in a private module, as its API is not meant
for general consumption. If we could have privacy on trait items, then it
would be nicer to have its basic existence and implementors public while
keeping all of the methods private.
Traits§
- Pattern-matching trait for
ParallelString
, somewhat like a mix ofstd::str::pattern::{Pattern, Searcher}
.