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

Class QuestionId

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

Source from the content-addressed store, hash-verified

19}
20#[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)]
21struct QuestionId(String);
22
23#[derive(Deserialize, Serialize, Debug, Clone)]
24struct NewQuestion {

Callers 4

add_questionFunction · 0.70
update_questionFunction · 0.70
delete_questionFunction · 0.70
add_answerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected