Trait mydb_sqlx::base_entity::BaseEntity

source ·
pub trait BaseEntity {
    // Required method
    fn table_name() -> &'static str;
}

Required Methods§

source

fn table_name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§