pub trait Integrate<G: Scope, D: Data, R: Abelian> {
// Required method
fn integrate(&self) -> Collection<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) -> Collection<G, D, R>;
}
Collect instantaneous changes back in to a collection.