Skip to main content

RegMatchStr

Type Alias RegMatchStr 

Source
pub type RegMatchStr<'a> = Vec<Option<&'a str>>;
Expand description

Captures returned from a UTF-8 match.

Aliased Typeยง

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