pub trait GetClientRectsCloneable: DynClone { // Required method fn call(&self) -> Vec<ClientRectObject>; }