Trait implementation lrs::iter::Empty::Eq

Objects that implement the binary == and != operators.

Syntax

impl<T> Eq<Empty<T>> for Empty<T>
    where T: Eq<T>,