create_export_sink

Function create_export_sink 

Source
pub fn create_export_sink<W: Write + Send + 'static>(
    writer: W,
    format: Format,
) -> Result<Box<dyn ExportSink>>
Expand description

Creates an export sink for the given format and writer.

ยงErrors

Returns an error if sink creation fails.