pub type RegApproxMatchStr<'a> = RegApproxMatch<&'a str, Result<Cow<'a, str>>>;
pub struct RegApproxMatchStr<'a> { /* private fields */ }