Function visit_return_type

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