Skip to main content

impl_cmoveq_with_cast

Macro impl_cmoveq_with_cast 

Source
macro_rules! impl_cmoveq_with_cast {
    ( $($src:ty => $dst:ty),+ ) => { ... };
}
Expand description

Implement CmovEq traits by casting to a different type that impls the traits.