Function uiuifree_actix_web_util::database::connect::mysql_update
source · [−]pub fn mysql_update<S, P>(
pool: &Pool,
stmt: S,
params: P
) -> Result<u64, CustomError> where
S: AsStatement,
P: Into<Params>,
Params: From<P>,