pub trait DebuggerResumeEventMethods<D: DomTypes> {
// Required methods
fn GetResumeLimitType(&self) -> Option<DOMString>;
fn GetFrameActorID(&self) -> Option<DOMString>;
fn IsTrusted(&self) -> bool;
}pub trait DebuggerResumeEventMethods<D: DomTypes> {
// Required methods
fn GetResumeLimitType(&self) -> Option<DOMString>;
fn GetFrameActorID(&self) -> Option<DOMString>;
fn IsTrusted(&self) -> bool;
}