pub trait MultiOptionExt { type Output; // Required method fn to_single(self) -> Option<Self::Output>; }