macro_rules! declare_traits {
($($trait_name:ident),* $(,)?) => { ... };
}
Expand description
Declare a series of traits that will be used for const assertions.
macro_rules! declare_traits {
($($trait_name:ident),* $(,)?) => { ... };
}
Declare a series of traits that will be used for const assertions.