Home
last modified time | relevance | path

Searched defs:type_bound (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dgeneric_params.rs131 fn type_bound(p: &mut Parser<'_>) -> bool { in type_bound() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs851 pub fn type_bound(bound: &str) -> ast::TypeBound { in type_bound() function