Function dvcompute_results::simulation::results::io::write_results_in_integ_times[][src]

pub fn write_results_in_integ_times<F, M, W>(
    f: F,
    w: Rc<RefCell<W>>,
    locale: ResultLocale
) -> impl Simulation<Item = ()> where
    F: Fn() -> M + 'static,
    M: ResultWrite + 'static,
    W: Write + 'static, 
Expand description

Write the object representation in the integration time points.