Structs§
- Local
Dir - Collection destination: writes each file to
dir/<name>.dirmust already exist before driving — destination preflight is not a per-item concern (a bad output path should fail the stream once, not once per file). UseLocalDir::create_allto create it up front. - Local
Path - Singular destination: writes one file to a fixed, caller-chosen path.
- Local
Sink