Trait implementation lrs::option::Option::Eq

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

Syntax

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