pub type CaptureMap = HashMap<String, String>;
Named capture group values extracted from a matched regex.
pub struct CaptureMap { /* private fields */ }