Expand description
Errors
Enums§
Constants§
Functions§
- error_
from_ exit_ status - Convert an i32 into a GardenError.
- error_
from_ exit_ status_ result - Convert a Result<(), i32> into a Result<(), anyhow::Error>
- exit_
status_ from_ error - exit_
status_ into_ result - Convert an i32 exit status to an anyhow::Result<()>
- result_
from_ exit_ status - Convert an i32 exit status to Result<(), GardenError>.