Trait rustc_ap_rustc_data_structures::snapshot_vec::SnapshotVecDelegate[][src]

pub trait SnapshotVecDelegate {
    type Value;
    type Undo;
    fn reverse(values: &mut Vec<Self::Value, Global>, action: Self::Undo);
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors