MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Data

Class Data

1e_http_client/rust/http_client/src/person.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Deserialize)]
17pub struct Data {
18 pub person: Person,
19}
20
21#[derive(Deserialize)]
22pub struct Person {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected