pub fn active_weights() -> FieldWeightsExpand description
The current active (learned) FieldWeights, or the default when none have been
installed yet. Cheap — a single RwLock read — so safe on the hot path.
pub fn active_weights() -> FieldWeightsThe current active (learned) FieldWeights, or the default when none have been
installed yet. Cheap — a single RwLock read — so safe on the hot path.