Skip to main content

RenderItemFn

Type Alias RenderItemFn 

Source
pub type RenderItemFn = Box<dyn Fn(usize, &ListItem) -> Box<dyn Widget> + Send + Sync>;
Expand description

Type alias for the render item callback.

Aliased Typeยง

pub struct RenderItemFn(/* private fields */);