cargo::sources::path

Function walk

source
fn walk(
    path: &Path,
    callback: &mut dyn FnMut(&Path) -> CargoResult<bool>,
) -> CargoResult<()>