pub type BoxedProblemChange<S> = Box<dyn ProblemChange<S>>;Expand description
A boxed problem change for type-erased storage.
Aliased Typeยง
pub struct BoxedProblemChange<S>(/* private fields */);pub type BoxedProblemChange<S> = Box<dyn ProblemChange<S>>;A boxed problem change for type-erased storage.
pub struct BoxedProblemChange<S>(/* private fields */);