Skip to main content

CustomCellCallback

Type Alias CustomCellCallback 

Source
pub type CustomCellCallback<'a> = dyn FnMut(&mut Ui, &CellInfo, &dyn Row, Color32) -> Option<Response> + 'a;
Expand description

Shared callback definition used to render custom interactive cellular components.