Macro has_impl

Source
macro_rules! has_impl {
    ($ty:ty: $tr:path) => { ... };
}