pub fn compile_time_assert_send<T: Send>()
Expand description

compile_time_assert_send::<T>(); fails to compile if T doesn’t implement Send.