Trait magic_regexp::AsRegex
source · pub trait AsRegex: ToString {
// Provided method
fn as_regex(&self) -> Result<Regex> { ... }
}
Expand description
A trait, which allows to convert something to a regex. Mostly needed to work with this lib and Regex crate.