Constant ambient_api::prelude::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.
pub const OkEmpty: Result<(), Error>;
The default “happy path” value for an ResultEmpty. You can return this from a handler to signal that there are no issues.