blob: e6b1a37f0ab474a9524fcdaff1417cb3db44e2e4 [file] [log] [blame]
pub struct Screen {
pub components: Vec<Box<dyn Clone>>,
}