[][src]Module prodash::progress

Modules

key

Structs

Discard

An implementation of Progress which discards all calls.

DoOrDiscard

An implementation of Progress which can be created easily from Option<impl Progress>.

Key

A type identifying a spot in the hierarchy of Tree items.

Log

A Progress implementation which displays progress as it happens without the use of a renderer.

Task

The value associated with a spot in the hierarchy.

ThroughputOnDrop

Emit a message with throughput information when the instance is dropped.

Value

Progress associated with some item in the progress tree.

Enums

Either

An implementation of Progress showing either one or the other implementation.

State

Indicate whether a progress can or cannot be made.

Type Definitions

Step

The amount of steps a progress can make