DebuggerEvalEventMethods

Trait DebuggerEvalEventMethods 

Source
pub(crate) trait DebuggerEvalEventMethods<D>
where D: DomTypes,
{ // Required methods fn Code(&self) -> DOMString; fn PipelineId(&self) -> Root<Dom<<D as DomTypes>::PipelineId>>; fn GetWorkerId(&self) -> Option<DOMString>; fn IsTrusted(&self) -> bool; }

Required Methods§

Implementors§