Type Alias RegMatchWideStr

Source
pub type RegMatchWideStr<'a> = Vec<Option<Cow<'a, WideStr>>>;

Aliased Typeยง

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