Function write_error

Source
pub async fn write_error<W: AsyncWriteExt + Unpin>(
    w: &mut W,
    v: NixError,
) -> Result<()>
Expand description

Write a NixError struct to the stream.