Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baerwang/openapi-rs
/ UserQuery
Class
UserQuery
examples/actix-web/src/main.rs:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#[derive(Deserialize)]
16
struct UserQuery {
17
page: u32,
18
limit: u32,
19
}
20
21
#[derive(Serialize)]
22
struct ErrorResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected