assert_unique_feature

Macro assert_unique_feature 

Source
macro_rules! assert_unique_feature {
    () => { ... };
    ($first:tt $(,$rest:tt)*) => { ... };
}