pub trait Differentiate<G: Scope, D: Data, R: Abelian> {
// Required method
fn differentiate<'a>(
&self,
child: &Child<'a, G, AltNeu<G::Timestamp>>,
) -> Collection<Child<'a, G, AltNeu<G::Timestamp>>, D, R>;
}
Expand description
Produce a collection containing the changes at the moments they happen.