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