deranged::traits

Macro declare_traits

Source
macro_rules! declare_traits {
    ($($trait_name:ident),* $(,)?) => { ... };
}
Expand description

Declare a series of traits that will be used for const assertions.