pub trait XRSessionEventMethods {
    // Required methods
    fn Session(&self) -> Root<Dom<XRSession>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn Session(&self) -> Root<Dom<XRSession>>

source

fn IsTrusted(&self) -> bool

Implementors§