pub fn hash_id(unique_id: &str) -> IdHash
Creates a hash from a unique ID.
This converts a parameter’s unique_id into an IdHash.
unique_id
IdHash
use conformal_component::parameters::hash_id; let hash = hash_id("my_parameter");