EG
Size: a a a
EG
DS
#[derive(Request)]
#[method(POST)]
#[url("/path/{with_params}")]
struct A {
#[param(url)]
with_params: String,
#[param(query)]
some_param: i32,
#[param(form)]
some_other_param: String,
}
Э
B
B

p
B
Э
p
Э
v.iter().map(get_id) написать и всё.🦉
PK
B
Э
Э
EG
#[derive(Request)]
#[method(POST)]
#[url("/path/{with_params}")]
struct A {
#[param(url)]
with_params: String,
#[param(query)]
some_param: i32,
#[param(form)]
some_other_param: String,
}
synstructure, но это не совсем тоB
AZ
B
Э