Trait tusk_rs::query::PostgresTable

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

Required Methods§

source

fn table_name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§