cargo
1.84.0-dev
In cargo::
sources::
path
Structs
PathSource
RecursivePathSource
Functions
_list_files
discover_gix_repo
first_package
has_manifest
last_modified_file
list_files
list_files_gix
list_files_walk
nested_paths
read_nested_packages
read_packages
walk
cargo
::
sources
::
path
Function
walk
Copy item path
Settings
Help
Summary
Source
fn walk( path: &
Path
, callback: &mut dyn
FnMut
(&
Path
) ->
CargoResult
<
bool
>, ) ->
CargoResult
<
()
>