pub fn remove_tag<S: Into<String>>(key: S)
Expand description

Removes the tag with the specified key.

Examples

set_tag("test-tag", "test");
remove_tag("test-tag");