pub(crate) trait ToDOMHighResTimeStamp {
// Required method
fn to_dom_high_res_time_stamp(&self) -> DOMHighResTimeStamp;
}
pub(crate) trait ToDOMHighResTimeStamp {
// Required method
fn to_dom_high_res_time_stamp(&self) -> DOMHighResTimeStamp;
}