Macro const_cmp::coerce_to_cmp[][src]

macro_rules! coerce_to_cmp {
    ($reference:expr) => { ... };
    ($left:expr, $right:expr) => { ... };
}

Coerces reference to a type that has a cosnt_eq method.