pub(crate) trait XRBoundedReferenceSpaceMethods<D>where
D: DomTypes,{
// Required method
fn BoundsGeometry(
&self,
cx: &mut JSContext,
retval: MutableHandle<'_, Value>,
);
}pub(crate) trait XRBoundedReferenceSpaceMethods<D>where
D: DomTypes,{
// Required method
fn BoundsGeometry(
&self,
cx: &mut JSContext,
retval: MutableHandle<'_, Value>,
);
}