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.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§