gleamgen/render/config

Types

pub type Config {
  Config(
    render_function_parameter_types: Bool,
    combine_equivalent_branches: Bool,
    auto_fix_parameters: Bool,
    annotate_type_in_let_declarations: Bool,
  )
}

Constructors

  • Config(
      render_function_parameter_types: Bool,
      combine_equivalent_branches: Bool,
      auto_fix_parameters: Bool,
      annotate_type_in_let_declarations: Bool,
    )

Values

pub const default_config: Config
Search Document