Function rustc_ast::visit::walk_param_bound
source ยท pub fn walk_param_bound<'a, V: Visitor<'a>>(
visitor: &mut V,
bound: &'a GenericBound,
) -> V::Result
pub fn walk_param_bound<'a, V: Visitor<'a>>(
visitor: &mut V,
bound: &'a GenericBound,
) -> V::Result