// Checks if #[impl_trait] exists. use impl_trait::impl_trait; struct Foo; impl_trait! { impl Foo { } } fn main() {}