is_trait 0.1.2

Add a macro to check if a type implements a trait at runtime
Documentation
1
2
3
4
5
6
7
![docs.rs](https://img.shields.io/docsrs/is_trait)
![Crates.io](https://img.shields.io/crates/v/is_trait)

# is_trait

This crate adds a macro `is_trait::is_trait!` that returns a bool of whether or not a type implements a specific trait.
See [crate level documentation](https://docs.rs/is_trait)