Macro assert_unique_features

Source
assert_unique_features!() { /* proc-macro */ }
Expand description

Given some features, assert that at most one of the features is enabled.

ยงExample

assert_unique_features!("foo", "bar", "baz");