Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
31
struct AnswerId(String);
32
33
#[derive(Serialize, Deserialize, Debug, Clone)]
34
struct Answer {
Callers
1
add_answer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected