pub trait ToTableName {
// Required method
fn to_table_name() -> TableName;
}Required Methods§
Sourcefn to_table_name() -> TableName
fn to_table_name() -> TableName
extract the table name from a struct
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.