[][src]Crate is_impl

a macro to check that a value conforms to a type

Macros

is_impl

Checks that an expression ex conforms to type type at compile time. This should have no runtime cost and can be used with trait types when adding dyn.