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;
}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;
}