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