[][src]Trait libimagentryfilter::builtin::content::grep::IntoRegex

pub trait IntoRegex {
    fn into_regex(self) -> Result<Regex, RError>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<'a> IntoRegex for &'a str[src]

impl<'a> IntoRegex for Regex[src]

Loading content...

Implementors

Loading content...