Function syn::visit::visit_assoc_type

source ยท
pub fn visit_assoc_type<'ast, V>(v: &mut V, node: &'ast AssocType)
where V: Visit<'ast> + ?Sized,