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
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl SnapshotVecDelegate for i32
[src]
impl SnapshotVecDelegate for i32
[src]Implementors
impl<N> SnapshotVecDelegate for Edge<N>
[src]
impl<N> SnapshotVecDelegate for Edge<N>
[src]