Skip to main content
fold_derive_input
syn
3.0.4
In syn::
fold
syn
::
fold
Function
fold_
derive_
input
Copy item path
Source
pub fn fold_derive_input<F>(f:
&mut F
, node:
DeriveInput
) ->
DeriveInput
where F:
Fold
+ ?
Sized
,