Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-Web-Development/code
/ QuestionId
Class
QuestionId
ch_02/src/main.rs:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#[derive(Debug)]
15
struct QuestionId(String);
16
17
impl Question {
18
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