MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / Answer

Class Answer

ch_04/final/src/main.rs:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Serialize, Deserialize, Debug, Clone)]
34struct Answer {
35 id: AnswerId,
36 content: String,
37 question_id: QuestionId,
38}
39
40#[derive(Debug)]
41struct Pagination {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected