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

实现用于转义变量的trait

Required Methods

Implementations on Foreign Types

Implementors