Trait differential_dataflow::trace::cursor::CursorDebug
source · pub trait CursorDebug<K: Clone, V: Clone, T: Clone, R: Clone>: Cursor<K, V, T, R> {
fn to_vec(&mut self, storage: &Self::Storage) -> Vec<((K, V), Vec<(T, R)>)> { ... }
}Expand description
Debugging and testing utilities for Cursor.