Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-Web-Development/code
/ QuestionId
Class
QuestionId
ch_03/src/main.rs:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
#[derive(Debug, Serialize)]
24
struct QuestionId(String);
25
26
impl Question {
27
fn new(id: QuestionId, title: String, content: String, tags: Option<Vec<String>>) -> Self {
Callers
1
from_str
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected