Searched defs:bounds_to_string (Results 1 – 3 of 3) sorted by relevance
31 pub fn bounds_to_string(bounds: &[ast::GenericBound]) -> String { in bounds_to_string() function
823 fn bounds_to_string(&self, bounds: &[ast::GenericBound]) -> String { in bounds_to_string() method
203 pub fn bounds_to_string<'b>(bounds: impl IntoIterator<Item = &'b hir::GenericBound<'b>>) -> String { in bounds_to_string() function