1 2 3 4 5 6 7
#![cfg(test)] pub(crate) mod google; pub(crate) mod json; pub(crate) fn assert_error<T: std::error::Error + Send + Sync + 'static>() {} pub(crate) fn assert_send_val<T: Send>(_: &T) {}