Trait DebuggerGetPossibleBreakpointsEventMethods

Source
pub(crate) trait DebuggerGetPossibleBreakpointsEventMethods<D>
where D: DomTypes,
{ // Required methods fn SpidermonkeyId(&self) -> u32; fn IsTrusted(&self) -> bool; }

Required Methods§

Source

fn SpidermonkeyId(&self) -> u32

Source

fn IsTrusted(&self) -> bool

Implementors§