pub trait IntoAntMatcher {
// Required method
fn into_ant_matcher(self) -> AntMatcher;
}Expand description
Extension trait for converting patterns to AntMatcher
pub trait IntoAntMatcher {
// Required method
fn into_ant_matcher(self) -> AntMatcher;
}Extension trait for converting patterns to AntMatcher