Enum rustc::middle::typeck::infer::lattice::LatticeVarResult[src]

pub enum LatticeVarResult<K, T> {
    VarResult(K),
    ValueResult(T),
}

Variants

VarResult
ValueResult

Trait Implementations

Derived Implementations

impl<K: Clone, T: Clone> Clone for LatticeVarResult<K, T>

fn clone(&self) -> LatticeVarResult<K, T>

fn clone_from(&mut self, source: &Self)