Function servers::mysql::writer::write_output

source ยท
pub async fn write_output<W: AsyncWrite + Send + Sync + Unpin>(
    w: QueryResultWriter<'_, W>,
    query_context: QueryContextRef,
    outputs: Vec<Result<Output>>,
) -> Result<()>
Expand description

Try to write multiple output to the writer if possible.