pub trait RTCDataChannelEventMethods {
    // Required methods
    fn Channel(&self) -> Root<Dom<RTCDataChannel>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§