Type Alias RegApproxMatchWideStr

Source
pub type RegApproxMatchWideStr<'a> = RegApproxMatch<&'a WideStr, Cow<'a, WideStr>>;

Aliased Typeยง

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