Skip to main content

create_writer

Function create_writer 

Source
pub fn create_writer(
    format: OutputFormat,
    path: Option<&Path>,
) -> Result<Box<dyn OutputWriter>>
Expand description

Create an output writer based on format and path