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.

Implementors§