Trait tool::sequence::Pair
[−]
[src]
pub trait Pair: First + Second { }
A sequence with two items.
pub trait Pair: First + Second { }
A sequence with two items.