Coprod

Macro Coprod 

Source
macro_rules! Coprod {
    () => { ... };
    (...$Rest:ty) => { ... };
    ($A:ty) => { ... };
    ($A:ty, $($tok:tt)*) => { ... };
}
Expand description

Copied from frunk::Coprod Display and Error implementations are added for the local Coproduct