is_trait 0.1.3

Add a macro to check if a type implements a trait at runtime
Documentation

docs.rs Crates.io

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