const_is_trait

Macro const_is_trait 

Source
macro_rules! const_is_trait {
    ($type:ty, $trait:path) => { ... };
}
Expand description

Like is_trait but uses const trait impls