Trait tool::sequence::Third [] [src]

pub trait Third {
    type Third;
    fn third(self) -> Self::Third;
}

A sequence with a third item.

Associated Types

Required Methods

Implementors