Trait sql_table::table::Unquote

source ·
pub trait Unquote: Iden {
    type Target: Iden;

    // Required method
    fn unquoted(self) -> Self::Target;
}

Required Associated Types§

Required Methods§

source

fn unquoted(self) -> Self::Target

Implementors§