nix_compat::nar::writer::async

Function open

Source
pub async fn open<'a, 'w: 'a>(
    writer: &'a mut Writer<'w>,
) -> Result<Node<'a, 'w>>
Expand description

Create a new NAR, writing the output to the specified writer.