Skip to main content

CellPainter

Type Alias CellPainter 

Source
pub type CellPainter = Box<dyn FnMut(&CellInfo<'_>, &mut dyn DrawCtx)>;

Aliased Typeยง

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