pub fn set_tag<S1: Into<String>, S2: Into<String>>(key: S1, value: S2)
Sets a tag.
set_tag("test-tag", "test");