Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
78
struct InvalidId;
79
impl Reject for InvalidId {}
80
81
async fn get_questions() -> Result<impl warp::Reply, warp::Rejection> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected