Function copy_node

Source
fn copy_node<W>(node_r: Node<'_, '_>, node_w: Node<'_, W>) -> Result<()>
where W: Write,