pub trait NotJoinedTable { }Expand description
Marker trait for tables that are not created via table_join!.
Implemented by the table macros; avoid manual implementations.
pub trait NotJoinedTable { }Marker trait for tables that are not created via table_join!.
Implemented by the table macros; avoid manual implementations.