Type Alias RegApproxMatchStr

Source
pub type RegApproxMatchStr<'a> = RegApproxMatch<&'a str, Result<Cow<'a, str>>>;

Aliased Typeยง

pub struct RegApproxMatchStr<'a> { /* private fields */ }