Trait implementation lrs::result::Result::Hash

Objects that can be hashed.

Syntax

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