pub fn transform_trait_tree(
dbc: &DbcData,
spec_id: i32,
) -> Result<TraitTreeFlat, TransformError>Expand description
Transform a specialization into its complete talent tree structure.
ยงErrors
Returns TransformError when the specialization or its required talent-tree data is absent.