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