pub trait SqlQuote<OUT>where OUT: Display,{ // Required method fn sql_quote(&self) -> OUT; }
实现用于转义变量的trait