Crate procedure
Source - Progress
- Representation of the progress structure.
- error
- Prints an error action with a description.
- error_padded
- Prints an error action with a description. Includes an additional padding on the left.
- info
- Prints an info action with a description.
- info_padded
- Prints an info action with a description. Includes an additional padding on the left.
- proceed
- Proceeds the execution of
function
with a nice formatted action
.
The default padding is {DEFAULT_PADDING}. - proceed_padded
- Proceeds the execution of
function
with a nice formatted action
given a left padding
. - success
- Prints a success action with a description.
- success_padded
- Prints a success action with a description. Includes an additional padding on the left.
- warning
- Prints a warning action with a description.
- warning_padded
- Prints a warning action with a description. Includes an additional padding on the left.