syn::gen::visit

Function visit_lit_float

source
pub fn visit_lit_float<'ast, V>(v: &mut V, node: &'ast LitFloat)
where V: Visit<'ast> + ?Sized,