Type Alias RegMatchBytes

Source
pub type RegMatchBytes<'a> = Vec<Option<Cow<'a, [u8]>>>;

Aliased Typeยง

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