Trait quantmath::risk::ApproxEqReport[][src]

pub trait ApproxEqReport {
    fn validate_report(
        &self,
        other: &Report,
        tol: &ReportTolerances,
        msg: &str,
        diffs: &mut Formatter
    ) -> Result; }

Redefine ApproxEqReport because Rust complains about circular type references otherwise

Required Methods

Implementors