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

Removes the extra with the specified key.

Examples

set_extra("extra stuff", "stuff");
remove_extra("extra stuff");