Type Alias RegMatchStr

Source
pub type RegMatchStr<'a> = Vec<Option<Result<Cow<'a, str>>>>;

Aliased Typeยง

struct RegMatchStr<'a> { /* private fields */ }