pub trait RTCTrackEventMethods {
    // Required methods
    fn Track(&self) -> Root<Dom<MediaStreamTrack>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§