pub trait DebuggerGetEnvironmentEventMethods<D>where D: DomTypes,{ // Required methods fn FrameActorId(&self) -> DOMString; fn IsTrusted(&self) -> bool; }