Macro either::check_t

source ·
macro_rules! check_t {
    ($t:ty) => { ... };
}
Expand description

A helper macro to check if AsRef and AsMut are implemented for a given type.