Skip to main content

IntoAntMatcher

Trait IntoAntMatcher 

Source
pub trait IntoAntMatcher {
    // Required method
    fn into_ant_matcher(self) -> AntMatcher;
}
Expand description

Extension trait for converting patterns to AntMatcher

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoAntMatcher for &str

Source§

impl IntoAntMatcher for String

Implementors§