syn
2.0.72
In syn::fold
Function
syn
::
fold
::
fold_use_path
Copy item path
source
ยท
[
−
]
pub fn fold_use_path<F>(f:
&mut F
, node:
UsePath
) ->
UsePath
where F:
Fold
+ ?
Sized
,