Struct rustc::middle::infer::unify::NodeUnstable [-] [+] [src]

pub struct Node<K: UnifyKey> {
    pub key: K,
    pub value: K,
    pub rank: usize,
}

Internal type used to represent the result of a get() operation. Conveys the current root and value of the key.

Fields

key
value
rank