Skip to main content

DebuggerUnblackboxEventMethods

pub trait DebuggerUnblackboxEventMethods<D: DomTypes> {
    // Required methods
    fn SpidermonkeyId(&self) -> u32;
    fn CoversFullSource(&self) -> bool;
    fn Start(&self) -> DebuggerSourceLocation;
    fn End(&self) -> DebuggerSourceLocation;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§