Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-Web-Development/code
/ InvalidId
Class
InvalidId
ch_03/src/main.rs:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
#[derive(Debug)]
50
struct InvalidId;
51
impl Reject for InvalidId {}
52
53
async fn get_questions() -> Result<impl Reply, Rejection> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected