Function nix_compat::nar::writer::async::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.