Struct rustc_trans::middle::infer::unify::NodeUnstable
[-] [+]
[src]
pub struct Node<K> where K: UnifyKey {
pub key: K,
pub value: K::Value,
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 |