Function ring::test::compile_time_assert_send
source · pub fn compile_time_assert_send<T: Send>()Expand description
compile_time_assert_send::<T>(); fails to compile if T doesn’t
implement Send.
pub fn compile_time_assert_send<T: Send>()compile_time_assert_send::<T>(); fails to compile if T doesn’t
implement Send.