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