pub trait RTCErrorEventMethods {
    // Required methods
    fn Error(&self) -> Root<Dom<RTCError>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn Error(&self) -> Root<Dom<RTCError>>

source

fn IsTrusted(&self) -> bool

Implementors§