pub trait DebuggerFrameEventMethods<D: DomTypes> {
// Required methods
fn PipelineId(&self) -> DomRoot<D::PipelineId>;
fn Start(&self) -> u32;
fn Count(&self) -> u32;
fn IsTrusted(&self) -> bool;
}Required Methods§
fn PipelineId(&self) -> DomRoot<D::PipelineId>
fn Start(&self) -> u32
fn Count(&self) -> u32
fn IsTrusted(&self) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".