RegexFindAllFunc

Type Alias RegexFindAllFunc 

Source
pub type RegexFindAllFunc = Box<dyn Fn(&VVal, Box<dyn Fn(VVal, (usize, usize))>)>;

Aliased Typeยง

pub struct RegexFindAllFunc(/* private fields */);