walk_param_bound
rustc_
ast
1.92.0-nightly
(54a8a1db6 2025-09-26)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
param_
bound
Copy item path
Source
pub fn walk_param_bound<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
GenericBound
, ) -> V::
Result