pub struct BatchUtility {}
Expand description

The batch process utility.

Implementations

The batch process utility implementation.

Compare cashflow statistics.

Arguments
  • cashflow_stats - Cashflow statistics to compare.
  • cashflow_stats_str - Cashflow statistics string to compare.
Return
  • True if equal, otherwise false.

Format and return cashflow statistics.

Arguments
  • cashflow_stats - Cashflow statistics to format.
Return
  • See description.

Parse options and return a hash map.

Arguments
  • options - Options to parse.
Return
  • See description.

Print line colored.

Arguments
  • text - Text to print.
  • color - Color to write text.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.