Skip to main content

write_tree

Function write_tree 

Source
pub fn write_tree<W: Write>(
    w: &mut W,
    matches: &MatchSet<'_>,
    source: &str,
    args: &ExtractArgs,
    scheme: &str,
) -> Result<()>