Expand description
Modules
Structs
- An implementation of
NestedProgresswhich discards all calls. - An implementation of
Progresswhich can be created easily fromOption<impl Progress>. - A type identifying a spot in the hierarchy of
Treeitems. - A
NestedProgressimplementation which displays progress as it happens without the use of a renderer. - The value associated with a spot in the hierarchy.
- Emit a message with throughput information when the instance is dropped.
- Progress associated with some item in the progress tree.
Enums
- An implementation of
NestedProgressshowing either one or the other implementation. - Indicate whether a progress can or cannot be made.
Constants
- The default Id to use if there is no need for an id.
Type Aliases
- The amount of steps a progress can make, for threadsafe counting.
- Four bytes of function-local unique and stable identifier for each item added as progress, like b“TREE“ or b“FILE“.
- The amount of steps a progress can make
- As step, but shareable.