visit_signature

Function visit_signature 

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