pub(crate) async fn decode_expansion_talents(
expansion_id: u32,
selections: &BTreeMap<String, Vec<String>>,
resolver: &DynDataResolver<'_>,
) -> Result<Vec<TalentSelection>, EngineError>Expand description
Resolve named selections from class-agnostic expansion trait trees.