pub fn fingerprint<T: Serialize>(cfg: &T) -> Vec<u8> ⓘExpand description
Hash any Serialize-able config snippet into an opaque fingerprint.
Returns the empty vec on serialisation failure (cache still works,
just collides across configs that fail to serialise).