Skip to main content

DERIVE_REGEX

Static DERIVE_REGEX 

Source
pub static DERIVE_REGEX: LazyLock<Regex>
Expand description

Regex pattern to match derive attribute

This pattern matches #[derive(...)] attributes in Rust code.