Function write_tree

Source
pub async fn write_tree<I, O>(input: I, output: Option<O>) -> Result<()>
where I: AsRef<Path>, O: AsRef<Path>,
Expand description

Output reference tree to stdout/file.

  • output: If not provided, then stdout.

§Errors

If the extension is not hkx or xml.