pub trait DebuggerGlobalScopeMethods<D>
where D: DomTypes,
{ // Required methods fn NotifyNewSource(&self, args: &NotifyNewSource); fn GetPossibleBreakpointsResult( &self, event: &<D as DomTypes>::DebuggerGetPossibleBreakpointsEvent, result: Vec<RecommendedBreakpointLocation>, ); }

Required Methods§

Implementors§