macro_rules! payload_fan_out {
    ($stream:expr, [ $(($port:expr, $ty:ty)),* $(,)? ]) => { ... };
}