Crates.io | is_trait |
lib.rs | is_trait |
version | 0.1.4 |
source | src |
created_at | 2022-05-08 01:41:29.683579 |
updated_at | 2022-05-08 02:19:55.699011 |
description | Add a macro to check if a type implements a trait at runtime |
homepage | |
repository | https://github.com/Raspberry1111/is_trait |
max_upload_size | |
id | 582325 |
size | 16,337 |
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