Trait implementation lrs::ops::RangeTo::Eq

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

Syntax

impl<Idx> Eq<RangeTo<Idx>> for RangeTo<Idx>
    where Idx: Eq<Idx>,