Function weighted_scale

Source
pub fn weighted_scale<C, I>(
    _containers: &BTreeMap<C, NonZeroUsize>,
    _items: &[I],
) -> Option<ScaleFactor>
Expand description

A unit capacity scaling function: always returns Some(1.0).