ref_eq

Function ref_eq

Source
pub fn ref_eq<'a, 'b, T>(thing: &'a T, other: &'b T) -> bool
Expand description

Determine if two borrowed pointers point to the same thing.