Skip to main content

MuOracle

Trait MuOracle 

Source
pub trait MuOracle {
    // Required method
    fn calculate_mu(&mut self) -> Option<Number>;
}

Required Methods§

Source

fn calculate_mu(&mut self) -> Option<Number>

Probe the next mu given the current iterate state. Phase 10 fills in the actual signatures; trait surface here keeps the option matrix matchable in AlgBuilder.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§