pub trait DebuggerFrameEventMethods<D>where
D: DomTypes,{
// Required methods
fn PipelineId(&self) -> Root<Dom<<D as DomTypes>::PipelineId>>;
fn Start(&self) -> u32;
fn Count(&self) -> u32;
fn IsTrusted(&self) -> bool;
}pub trait DebuggerFrameEventMethods<D>where
D: DomTypes,{
// Required methods
fn PipelineId(&self) -> Root<Dom<<D as DomTypes>::PipelineId>>;
fn Start(&self) -> u32;
fn Count(&self) -> u32;
fn IsTrusted(&self) -> bool;
}