Skip to main content

PerformanceMeasureMethods

pub trait PerformanceMeasureMethods<D: DomTypes> {
    // Required method
    fn Detail(&self, retval: MutableHandle<'_, Value>);
}

Required Methods§

Source

fn Detail(&self, retval: MutableHandle<'_, Value>)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§