Skip to main content

DrawFunction

Type Alias DrawFunction 

Source
type DrawFunction<'a> = Rc<dyn Fn(&Theme, &mut Frame, Rectangle, Cursor, bool) + 'a>;

Aliased Typeยง

struct DrawFunction<'a> { /* private fields */ }