[][src]Trait chain_one::WithChainOne

pub trait WithChainOne: Iterator + Sized {
    fn chain_one(self, elem: Self::Item) -> ChainOne<Self>;
}

Required methods

Important traits for ChainOne<I>
fn chain_one(self, elem: Self::Item) -> ChainOne<Self>

Loading content...

Implementors

impl<I> WithChainOne for I where
    I: Iterator
[src]

Loading content...