Type Definition tre_regex::RegApproxMatchStr

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