Trait tusk_rs::query::IntoSyntax

source ·
pub trait IntoSyntax {
    // Required method
    fn as_syntax(&self, local_table: &str) -> String;
}

Required Methods§

source

fn as_syntax(&self, local_table: &str) -> String

Implementations on Foreign Types§

source§

impl IntoSyntax for &'static [&'static PostgresField]

source§

fn as_syntax(&self, local_table: &str) -> String

source§

impl IntoSyntax for &'static [&'static PostgresJoin]

source§

fn as_syntax(&self, local_table: &str) -> String

Implementors§