Constant ambient_api_core::global::OkEmpty
source · 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.
pub const OkEmpty: ResultEmpty;
The default “happy path” value for an ResultEmpty. You can return this from a handler to signal that there are no issues.