☰
PaintFn
In titanium::desktop::gui::libdruid::tests::helpers
?
Type Definition
titanium
::
desktop
::
gui
::
libdruid
::
tests
::
helpers
::
PaintFn
[
−
]
pub type PaintFn<S, T> = dyn
FnMut
(
&mut S
, &mut
PaintCtx
<'_, '_, '_>,
&T
, &
Env
) + 'static;