Module create_dir

Source
Expand description

Structs§

Iter
A special iterator which communicates its operation through results where…
Retries
The amount of retries to do during various aspects of the directory creation.

Enums§

Error
The error returned by all().

Functions§

all
Create all directories leading to dir including dir itself with the specified amount of retries. Returns the input dir on success that make it useful in expressions.