[−][src]Function rocket_okapi::util::ensure_status_code_exists
pub fn ensure_status_code_exists(
responses: &mut Responses,
status: u16
) -> &mut RefOr<Response>
Checks if the provided status
code is in the responses.responses
field. If it isn't, inserts
it.