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