pub trait HierarchyDropCatalog {
// Required method
fn tables(&self) -> Box<dyn HierarchyDropTables + '_>;
}Required Methods§
fn tables(&self) -> Box<dyn HierarchyDropTables + '_>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".