Skip to main content

IIPerformanceStopwatch_InterfaceMethods

Trait IIPerformanceStopwatch_InterfaceMethods 

Source
pub trait IIPerformanceStopwatch_InterfaceMethods: IIPerformanceStopwatch_Interface {
    // Provided method
    fn get_result(self) -> PerformanceResult { ... }
}

Provided Methods§

Source

fn get_result(self) -> PerformanceResult

GetResult() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IIPerformanceStopwatch_Interface> IIPerformanceStopwatch_InterfaceMethods for __T

Available on crate feature moon_sharp-interpreter-diagnostics-performance_counters-iperformancestopwatch_interface only.