pub trait XrHandsSetWidgetSetExt {
// Required methods
fn xr_hands_set(&self, paths: &[&[LiveId]]) -> XrHandsSet;
fn as_xr_hands_set(&self) -> XrHandsSet;
}pub trait XrHandsSetWidgetSetExt {
// Required methods
fn xr_hands_set(&self, paths: &[&[LiveId]]) -> XrHandsSet;
fn as_xr_hands_set(&self) -> XrHandsSet;
}