pub fn traverse<FS>(
path: impl AsRef<Utf8Path>,
stack: &StackFrame<'_, '_, '_>,
filesystem: &mut FS,
) -> Result<()>where
FS: Filesystem,Expand description
Walks the schema and directory structure in concert, applying or reporting changes