Macro sqlx_model::sql_format [−][src]
macro_rules! sql_format {
($fmt : expr) => { ... };
($fmt : expr, $($args : tt), + $(,) ?) => { ... };
($fmt : expr, $($argsname : tt = $argsval : tt), + $(,) ?) => { ... };
}
macro_rules! sql_format {
($fmt : expr) => { ... };
($fmt : expr, $($args : tt), + $(,) ?) => { ... };
($fmt : expr, $($argsname : tt = $argsval : tt), + $(,) ?) => { ... };
}