Something along the lines of this pseudo code: ```rust struct LogSinkBundle(Vec<Box<dyn LogSink>>) impl LogSink for LogSinkBundle { ... } ``` also need to update CLI args helpers for both Rust and Python to support mixing `--save` with anything else.