BoxedProblemChange

Type Alias BoxedProblemChange 

Source
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 */);