pub trait DebuggerEvalEventMethods<D: DomTypes> {
// Required methods
fn Code(&self) -> DOMString;
fn PipelineId(&self) -> DomRoot<D::PipelineId>;
fn GetWorkerId(&self) -> Option<DOMString>;
fn IsTrusted(&self) -> bool;
}pub trait DebuggerEvalEventMethods<D: DomTypes> {
// Required methods
fn Code(&self) -> DOMString;
fn PipelineId(&self) -> DomRoot<D::PipelineId>;
fn GetWorkerId(&self) -> Option<DOMString>;
fn IsTrusted(&self) -> bool;
}