Struct NoContent

Struct Documentation

struct NoContent

Empty success marker used by handlers that complete with no body (typically DELETE -> 204 No Content). Distinct from Result<void> so that the framework can statically dispatch the response writer.