[][src]Trait hessian_rs::ser::IdentifyLast

pub trait IdentifyLast: Iterator + Sized {
    fn identify_last(self) -> Iter<Self>;
}

Required methods

Important traits for Iter<It>
fn identify_last(self) -> Iter<Self>

Loading content...

Implementors

impl<It> IdentifyLast for It where
    It: Iterator
[src]

Loading content...