Function syn::visit::visit_type_param

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