Type Definition cucumber::codegen::LazyRegex

source ·
pub type LazyRegex = fn() -> Regex;
Available on crate feature macros only.
Expand description

Alias for a fn returning a Lazy Regex.