Type Alias match_func_t

Source
pub type match_func_t<'a> = dyn Fn(GlyphId, u16) -> bool + 'a;