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