syn::visit

Function visit_constraint

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