Searched refs:compile_time_assert_clone (Results 1 – 4 of 4) sorted by relevance
55 test::compile_time_assert_clone::<agreement::PublicKey>(); in agreement_traits()64 test::compile_time_assert_clone::<agreement::UnparsedPublicKey<&[u8]>>(); in agreement_traits()68 test::compile_time_assert_clone::<agreement::UnparsedPublicKey<Vec<u8>>>(); in agreement_traits()
12 test::compile_time_assert_clone::<signature::Signature>(); in signature_impl_test()
73 test::compile_time_assert_clone::<rand::SystemRandom>(); in test_system_random_traits()
131 pub fn compile_time_assert_clone<T: Clone>() {} in compile_time_assert_clone() function