get_workbench_features

Function get_workbench_features 

Source
pub fn get_workbench_features<'a>(
    config: &'a LandConfig,
    workbench_type: &str,
) -> Option<&'a WorkbenchFeatures>
Expand description

Gets the features for a workbench type.

§Arguments

  • config - The loaded configuration
  • workbench_type - The workbench type

§Returns

Option containing the workbench features if found