Type Alias LazyRegex

Source
pub type LazyRegex = LazyLock<Regex>;
Expand description

Convenient type alias for a lazy regex.

Aliased Typeยง

pub struct LazyRegex { /* private fields */ }