Constant ambient_api::global::OkEmpty

source ·
pub const OkEmpty: Result<(), Error>;
Expand description

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