Closed termoshtt closed 7 years ago
Every struct of TimeEvolution should have its size.
TimeEvolution
trait TimeEvolution<S, D> { ... fn size(&self) -> D; }
Every struct of
TimeEvolution
should have its size.