pub trait Integrate<G: Scope, D: Data, R: Abelian> {
// Required method
fn integrate(&self) -> VecCollection<G, D, R>;
}Expand description
Collect instantaneous changes back in to a collection.
pub trait Integrate<G: Scope, D: Data, R: Abelian> {
// Required method
fn integrate(&self) -> VecCollection<G, D, R>;
}Collect instantaneous changes back in to a collection.