pub trait Third { type Third; // Required method fn third(self) -> Self::Third; }
A sequence with a third item.