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

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

Write the object representation in the final time point.