Skip to main content

write_tree_with_prefix

Function write_tree_with_prefix 

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