Trait tract_hir::infer::rules::ComparableProxy[][src]

pub trait ComparableProxy: Proxy {
    type Output: Output;
}
Expand description

A proxy which can be used in a solver rule.

Associated Types

Implementors