Macro http_error_internal_server_error

Source
macro_rules! http_error_internal_server_error {
    ($($arg:tt)*) => { ... };
}
Expand description

Constructs an Error with hyper::StatusCode::INTERNAL_SERVER_ERROR from a string or existing non-anyhow error value.