Type Definition tre_regex::RegApproxMatchBytes

source ·
pub type RegApproxMatchBytes<'a> = RegApproxMatch<&'a [u8], Cow<'a, [u8]>>;