Function dunge::draw

source ยท
pub fn draw<D>(draw: D) -> impl Draw
where D: Fn(Frame<'_, '_>),
Expand description

Helper function to create a Draw implementer from a function.