fn choosing_body(
output_dir: String,
format: SaveFormat,
busy: bool,
cbs: ChoosingCallbacks,
) -> AnyViewExpand description
The Choosing-state body: folder row + format dropdown + Discard / Edit /
Export actions. Split out of SavePanel so neither branch trips the
function-length lint; it carries no state (every prop is owned or a
Copy callback).