DecoFunc

Type Alias DecoFunc 

Source
pub type DecoFunc<'a> = &'a mut dyn FnMut(&Decorator, &mut Ui, &str, usize, usize) -> bool;
Expand description

DecoFunc