4 lines
96 B
Rust
4 lines
96 B
Rust
#[derive(Debug)]
|
|
pub struct InvalidParameter;
|
|
impl warp::reject::Reject for InvalidParameter {}
|