are_same

Function are_same 

Source
pub fn are_same<T>(op1: Option<&T>, op2: Option<&T>) -> bool
where T: PartialEq,