Trait implementation lrs::option::Option::Hash

Objects that can be hashed.

Syntax

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