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