Type Alias RenderHtmlFn

Source
pub type RenderHtmlFn = dyn Fn(&mut Ui, &str);
Expand description

Takes egui::Ui and the html text to be rendered/used