pub trait IntoPerformance<'a> {
    // Required method
    fn into_performance(self) -> Performance<'a>;
}
Expand description

Turning a type into a performance calculator of any mode.

Required Methods§

Implementors§