pub fn score__key<T: Display>(value: T) -> StringExpand description
Instantiates the <key> placeholder in the attribute
SCORE__KEY (score.<key>) with a concrete value.
ยงExample
use relay_conventions::interpolate::score__key;
assert_eq!(score__key("foobar"), "score.foobar");