Searched defs:TryKind (Results 1 – 1 of 1) sorted by relevance
343 enum TryKind { enum468 impl TryKind { impl469 fn of_ty(ty: hir::Type, ctx: &AssistContext<'_>) -> Option<TryKind> { in of_ty()