Trait tool::sequence::Triple
[−]
[src]
pub trait Triple: First + Second + Third { }
A sequence with three items.
pub trait Triple: First + Second + Third { }
A sequence with three items.