macro_rules! Coproduct {
    ( $( $t:ty ),+ ) => { ... };
}
Expand description

Builds a Coproduct that can hold the types given as arguments.