Trait tool::sequence::Third
[−]
[src]
pub trait Third { type Third; fn third(self) -> Self::Third; }
A sequence with a third item.
pub trait Third { type Third; fn third(self) -> Self::Third; }
A sequence with a third item.
type Third
fn third(self) -> Self::Third