pub trait DebuggerGetEnvironmentEventMethods<D>where
D: DomTypes,{
// Required methods
fn GetFrameActorId(&self) -> Option<DOMString>;
fn GetPipelineId(&self) -> Option<Root<Dom<<D as DomTypes>::PipelineId>>>;
fn IsTrusted(&self) -> bool;
}