MCPcopy 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)]
24struct QuestionId(String);
25
26impl Question {
27 fn new(id: QuestionId, title: String, content: String, tags: Option<Vec<String>>) -> Self {

Callers 1

from_strMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected