Skip to main content

NotJoinedTable

Trait NotJoinedTable 

Source
pub trait NotJoinedTable { }
Expand description

Marker trait for tables that are not created via table_join!.

Implemented by the table macros; avoid manual implementations.

Implementors§