MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / InvalidId

Class InvalidId

ch_04/ch_04-s4.1.2/src/main.rs:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77#[derive(Debug)]
78struct InvalidId;
79impl Reject for InvalidId {}
80
81async fn get_questions() -> Result<impl warp::Reply, warp::Rejection> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected