Function syn::fold::fold_lit_float

source ·
pub fn fold_lit_float<F>(f: &mut F, node: LitFloat) -> LitFloat
where F: Fold + ?Sized,
Available on crate feature fold only.