Skip to main content

Module solution

Module solution 

Source
Expand description

Internal trait used by SolutionWrapper for type-erased solution access.

The Solution trait provides the object-safe interface that SolutionWrapper wraps. It is implemented for diffsol::Solution for all compatible vector types V. The trait is pub(crate) — the public API is exposed through SolutionWrapper.