Trait quantmath::models::MonteCarloModelClone[][src]

pub trait MonteCarloModelClone {
    fn clone_box(&self) -> Box<MonteCarloModel>;
}

Required Methods

Implementors