logo
pub fn same_size<T1, T2>(_src1: &T1, _src2: &T2) -> bool where
    T1: ?Sized,
    T2: ?Sized
Expand description

Are two pointers points on data of the same size.