pub trait JoinSetExt { type Item; // Required method fn into_stream(self) -> ReceiverStream<Self::Item>; }