pub type RegMatchStr<'a> = Vec<Option<Result<Cow<'a, str>>>>;
struct RegMatchStr<'a> { /* private fields */ }