Struct rustc_ap_rustc_data_structures::unify::Snapshot [−][src]
pub struct Snapshot<S> where
S: UnificationStore, { /* fields omitted */ }
Expand description
At any time, users may snapshot a unification table. The changes made during the snapshot may either be committed or rolled back.
Auto Trait Implementations
impl<S> RefUnwindSafe for Snapshot<S> where
S: RefUnwindSafe,
<S as UnificationStore>::Snapshot: RefUnwindSafe,
impl<S> UnwindSafe for Snapshot<S> where
S: UnwindSafe,
<S as UnificationStore>::Snapshot: UnwindSafe,