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