Macro impl_trait

Source
macro_rules! impl_trait {
    ($($convention:ident),+) => { ... };
}