Skip to main content

SurfaceContent

Type Alias SurfaceContent 

Source
pub type SurfaceContent = Box<dyn FnOnce() -> Box<dyn LayoutItem> + Send>;

Aliased Typeยง

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