Skip to main content
fold_return_type
syn
2.0.117
In syn::
fold
syn
::
fold
Function
fold_
return_
type
Copy item path
Source
pub fn fold_return_type<F>(f:
&mut F
, node:
ReturnType
) ->
ReturnType
where F:
Fold
+ ?
Sized
,