Struct rustc_typeck::middle::infer::unify::SnapshotUnstable [-] [+] [src]

pub struct Snapshot<K> where K: UnifyKey {
    // some fields omitted
}

At any time, users may snapshot a unification table. The changes made during the snapshot may either be committed or rolled back.