pub async fn open<'a, 'w: 'a>( writer: &'a mut Writer<'w>, ) -> Result<Node<'a, 'w>>
Create a new NAR, writing the output to the specified writer.