syn::fold

Function fold_lit_float

source
pub fn fold_lit_float<F>(f: &mut F, node: LitFloat) -> LitFloat
where F: Fold + ?Sized,