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