Skip to main content

HasTable

Trait HasTable 

Source
pub trait HasTable<T> { }
Expand description

Indicates that a table type participates in the current query context.

Implemented by the table macros; avoid manual implementations.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§