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