pub trait RTCPeerConnectionIceEventMethods {
    // Required methods
    fn GetCandidate(&self) -> Option<Root<Dom<RTCIceCandidate>>>;
    fn GetUrl(&self) -> Option<DOMString>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§