[][src]Trait rustc_data_structures::snapshot_vec::SnapshotVecDelegate

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

Associated Types

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl SnapshotVecDelegate for i32
[src]

Loading content...

Implementors

impl<N> SnapshotVecDelegate for Edge<N>
[src]

impl<N> SnapshotVecDelegate for Node<N>
[src]

Loading content...