Skip to main content

StoredTableNames

Trait StoredTableNames 

Source
pub trait StoredTableNames {
    // Required methods
    fn stored_table_exists(&self, relation: &RelationIdentity) -> bool;
    fn stored_table_names(&self) -> Vec<RelationIdentity>;
}
Expand description

Loaded table identities only; persisted references do not consult the session search path.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§