Skip to main content

StaticRegex

Type Alias StaticRegex 

Source
pub type StaticRegex = &'static Regex;
Expand description

Represents static regular expressions (as returned in get of TypeRegex).