Function warp::reject::__reject_custom_compilefail

source ·
fn __reject_custom_compilefail()
Expand description

Protect against re-rejecting a rejection.

fn with(r: warp::Rejection) {
    let _wat = warp::reject::custom(r);
}