Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs343 enum TryKind { enum
468 impl TryKind { impl
469 fn of_ty(ty: hir::Type, ctx: &AssistContext<'_>) -> Option<TryKind> { in of_ty()