Trait implementation lrs::result::Result::Eq

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

Syntax

impl<T, E> Eq<Result<T, E>> for Result<T, E>
    where T: Eq<T>,
          E: Eq<E>,