pub fn score__ratio__key(value: &str) -> StringExpand description
Instantiates the <key> placeholder in the attribute
SCORE__RATIO__KEY (score.ratio.<key>) with a concrete value.
ยงExample
use relay_conventions::interpolate::score__ratio__key;
assert_eq!(score__ratio__key("foobar"), "score.ratio.foobar");