pub trait IterTopologically<T>where
T: AsRef<Transaction>,{
// Required method
fn topological_iter(&self) -> TopologicalIter<'_, T> ⓘ;
}pub trait IterTopologically<T>where
T: AsRef<Transaction>,{
// Required method
fn topological_iter(&self) -> TopologicalIter<'_, T> ⓘ;
}