plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.inlayHints.closureReturnTypeHints.enable

Whether to show inlay type hints for return types of closures.

Values:

  • always: Always show type hints for return types of closures.
  • never: Never show type hints for return types of closures.
  • with_block: Only show type hints for return types of closures with blocks.

Type: null or one of “always”, “never”, “with_block”

Default: null

Plugin default: "never"