Module ok

Module ok 

Source
Expand description

Use ok::Ok(value) as a shorthand for Result::<_, Error>::Ok(value).

Functionsยง

Ok
Returns Result::Ok(value) with worker::Error as the error type. Use as ok::Ok(value) rather than importing this function directly.