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

Class AnswerId

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

Source from the content-addressed store, hash-verified

29
30#[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)]
31struct AnswerId(String);
32
33#[derive(Serialize, Deserialize, Debug, Clone)]
34struct Answer {

Callers 1

add_answerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected