pub const OkEmpty: ResultEmpty;
Expand description

The default “happy path” value for an ResultEmpty. You can return this from a handler to signal that there are no issues.