Type Alias RawCostFn

Source
pub type RawCostFn<'a, T> = CostFn<'a, T, (), ()>;
Expand description

A cost function returning costs without any associated information.

Aliased Typeยง

struct RawCostFn<'a, T>(/* private fields */);