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.
pub trait HasTable<T> { }Indicates that a table type participates in the current query context.
Implemented by the table macros; avoid manual implementations.