1 2 3 4 5 6
#[derive(Clone)] pub struct DisplayList { pub(crate) display_list: impellers::DisplayList, } impl drawing_api::DisplayList for DisplayList {}