fn assert_copy<T: Copy>(_: &T)
Expand description

Compile-time assertion that a value is Copy.