You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear what does it find. Does it return some one directory or array?
Either output of those println!("{:?}", Search::...); should be in nearby comment or the result of for_folder should be assigned to something typed like let x : ??? = Search:....for_folder(...); println!({:?}, x);
The text was updated successfully, but these errors were encountered:
It's not clear what does it find. Does it return some one directory or array?
Either output of those
println!("{:?}", Search::...);
should be in nearby comment or the result offor_folder
should be assigned to something typed likelet x : ??? = Search:....for_folder(...); println!({:?}, x);
The text was updated successfully, but these errors were encountered: