Macro implements

Source
macro_rules! implements {
    ($val:expr, $trait:path) => { ... };
}
Expand description

Allows to check if a type implements trait T for references make is!(*reference, T)