Skip to main content

write_nar

Function write_nar 

Source
pub async fn write_nar<W, BS, DS>(
    w: W,
    root_node: &Node,
    blob_service: &BS,
    directory_service: &DS,
) -> Result<(), RenderError>