multiversx_sc_meta::folder_structure

Function dir_pretty_print

Source
pub fn dir_pretty_print<'a, I, PrintName>(
    dir_iter: I,
    prefix: &str,
    print_name: &PrintName,
)
where I: Iterator<Item = &'a RelevantDirectory>, PrintName: Fn(&RelevantDirectory),