Trait tool::sequence::Pair [] [src]

pub trait Pair: First + Second { }

A sequence with two items.

Implementors