Skip to main content

HierarchyDropCatalog

Trait HierarchyDropCatalog 

Source
pub trait HierarchyDropCatalog {
    // Required method
    fn tables(&self) -> Box<dyn HierarchyDropTables + '_>;
}

Required Methods§

Source

fn tables(&self) -> Box<dyn HierarchyDropTables + '_>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§