pub trait XRLayerEventMethods {
    // Required methods
    fn Layer(&self) -> Root<Dom<XRLayer>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn Layer(&self) -> Root<Dom<XRLayer>>

source

fn IsTrusted(&self) -> bool

Implementors§