Trait rustc_ap_rustc_data_structures::snapshot_vec::SnapshotVecDelegate [−][src]
pub trait SnapshotVecDelegate {
type Value;
type Undo;
pub fn reverse(values: &mut Vec<Self::Value, Global>, action: Self::Undo);
}