fn traverse(
group: &GroupRef<'_>,
is_root: bool,
prefix: &str,
recycle_bin: Option<Uuid>,
depth: usize,
result: &mut ParsedImport,
) -> Result<(), ImportError>fn traverse(
group: &GroupRef<'_>,
is_root: bool,
prefix: &str,
recycle_bin: Option<Uuid>,
depth: usize,
result: &mut ParsedImport,
) -> Result<(), ImportError>