stream_to_output

Function stream_to_output 

Source
pub async fn stream_to_output(
    result: DataStreamResult,
    output_file: &str,
) -> Result<(), String>
Expand description

Stream data directly to output without buffering (for very large datasets)