Cheban Oleksii
Cheban Oleksii
> look like it can be fit into #9058 Нes it looks similar I think HSETXX name it's better then HSETEX But it isn't import for me
Only manual :) I checked in vscode and rustrover but no one can't formmated
Also AND OR Example `let sql = "AND w.account_id = $2";`
> > Currently, in version 0.11.1, the last commented part about using use `pprof::protos::Message` still does not work, the error remains: > > ``` > > error[E0599]: no method named...
As fast solution need use `request_body` ``` #[utoipa::path( post, path="/api", request_body=MyStruct, responses( (status=200, description="Api"), (status=400, description="App error"), ) )] pub async fn handler( State(service): State, ValidateJson(body): ValidateJson, ) -> Result...