Trait safe_regex::IsMatch
source · pub trait IsMatch {
// Required method
fn is_match(&self, data: &[u8]) -> bool;
}Expand description
Provides an is_match function.
pub trait IsMatch {
// Required method
fn is_match(&self, data: &[u8]) -> bool;
}Provides an is_match function.