Macro does_implement_trait

Source
macro_rules! does_implement_trait {
    ($trait:path => $identifier:ident < $type:ident >) => { ... };
}