pub trait ParamCurveMoments<'a> { // Required method fn moments(&'a self) -> Moments; }
A trait for types that can provide moment integrals for a path using Green’s theorem.
Returns the moment integrals for the path using Green’s theorem.