Trait sqlx_model::SqlQuote[][src]

pub trait SqlQuote<OUT> where
    OUT: Display
{ fn sql_quote(&self) -> OUT; }

Required methods

Implementations on Foreign Types

Implementors