Type Definition breadx::display::StaticScreen [−][src]
type StaticScreen = Screen<'static, 'static>;
Expand description
A Screen where all of its lists are guaranteed to live forever (i.e. it owns all of its lists).