pub fn create_export_sink<W: Write + Send + 'static>( writer: W, format: Format, ) -> Result<Box<dyn ExportSink>>
Creates an export sink for the given format and writer.
Returns an error if sink creation fails.