Skip to main content

DomainCreationCatalog

Trait DomainCreationCatalog 

Source
pub trait DomainCreationCatalog {
    // Required methods
    fn domain_type_exists(&self, name: &str) -> bool;
    fn domain_table_exists(&self, name: &str) -> Result<bool, SQLError>;
}
Expand description

Namespace and collision reads used before binding a domain declaration.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§