macro_rules! implements {
($val:expr, $trait:path) => { ... };
}
Expand description
Allows to check if a type implements trait T for references make is!(*reference, T)
macro_rules! implements {
($val:expr, $trait:path) => { ... };
}
Allows to check if a type implements trait T for references make is!(*reference, T)