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