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