Skip to main content

same_size

Function same_size 

Source
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.