MCPcopy Create free account
hub / github.com/actix/examples / CustomerResponseData

Class CustomerResponseData

databases/mysql/src/models.rs:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66#[derive(Debug, Serialize)]
67pub struct CustomerResponseData {
68 pub customer_data: Vec<CustomerDetails>,
69}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected