Function dvcompute::simulation::observable::observer::cons_observer[][src]

pub fn cons_observer<F, M, T>(f: F) -> Cons<F, M, T> where
    F: Fn(&M, &Point<'_>) -> Result<T>, 
Expand description

Construct a new Observer computation by the specified function.