Skip to main content

Instrument

Trait Instrument 

Source
pub trait Instrument {
    // Required method
    fn npv(&self) -> f64;
}

Required Methods§

Source

fn npv(&self) -> f64

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§