visit_lit_float

Function visit_lit_float 

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