Trait tool::sequence::First [] [src]

pub trait First {
    type First;
    fn first(self) -> Self::First;
}

A sequence with a first item.

Associated Types

Required Methods

Implementors