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

pub fn write_result<M, W>(
    comp: M,
    w: Rc<RefCell<W>>,
    locale: ResultLocale
) -> impl Event<Item = ()> where
    M: ResultWrite,
    W: Write
Expand description

Write the object representation at the specified time point.