pub fn transform_global_string(
dbc: &DbcData,
string_id: i32,
) -> Result<GlobalStringFlat, TransformError>Expand description
Transform a single GlobalStrings row into a flat localized string record.
ยงErrors
Returns TransformError when string_id is absent from the DBC data.