trivial

Macro trivial 

Source
macro_rules! trivial {
    ($($ty:ty),+ $(,)?) => { ... };
}