trait InitDirFn = FnOnce(DirWriterProviderRef) -> WriteResult;Expand description
Function that initializes a directory.
Stager will provide a DirWriterProvider that the caller of get_dir
can use to write files inside the directory into the staging area.