macro_rules! Coprod { () => { ... }; (...$Rest:ty) => { ... }; ($A:ty) => { ... }; ($A:ty, $($tok:tt)*) => { ... }; }
Copied from frunk::Coprod Display and Error implementations are added for the local Coproduct