MCPcopy 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)]
15struct QuestionId(String);
16
17impl Question {
18 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