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 Thirdfn third(self) -> Self::Third