Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Ddemand.rs2139 enum CallableKind { in note_wrong_return_ty_due_to_generic_arg() enum
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs4301 pub enum CallableKind { enum
4312 pub fn kind(&self) -> CallableKind { in kind()