pub trait IntoIterTopologically<T>where
T: AsRef<Transaction>,{
// Required method
fn topological_into_iter(self) -> TopologicalIntoIter<T> ⓘ;
}pub trait IntoIterTopologically<T>where
T: AsRef<Transaction>,{
// Required method
fn topological_into_iter(self) -> TopologicalIntoIter<T> ⓘ;
}