1 2 3 4 5
use mop::opt_problem::Solution; pub struct SolutionWrapper<V> { pub(crate) inner: Solution<V>, }