pub type ConstructProblemFn = fn(Value) -> Result<Box<dyn DynProblem>, ConstructionError>;Expand description
Type-erased problem constructor used by dynamic frontends.
pub type ConstructProblemFn = fn(Value) -> Result<Box<dyn DynProblem>, ConstructionError>;Type-erased problem constructor used by dynamic frontends.