macro_rules! check_t { ($t:ty) => { ... }; }
A helper macro to check if AsRef and AsMut are implemented for a given type.