Lines Matching refs:RegularExpression
92 /// `RegularExpression` describes types that can implement regex searching.
104 pub trait RegularExpression: Sized + fmt::Debug {
167 R: RegularExpression,
178 R: RegularExpression,
194 R: RegularExpression,
227 R: RegularExpression,
237 R: RegularExpression,
242 R: RegularExpression,
258 R: RegularExpression,
291 R: RegularExpression,