pub trait XRHandIteratorMethods<D>where D: DomTypes,{ // Required method fn Next(&self, cx: JSContext) -> Result<NonNull<JSObject>, Error>; }