pub fn variable_name_info(
Json: Json<VariableMeta<(), ()>>,
) -> FnResult<Option<VariableNameInfo>>
Expand description
Can be used to convert a variable name into a name that is more descriptive. See [VariableNameInfo] and [TrueName] for details on the possible output.
NOTE The user has no way to opt out of a translator that specifies a true name, which means this feature should be used with caution and only on signals which are likely to mean very little to the user in their original form. The original use case for the feature is for translators for HDLs to translate temporary variables into something more descriptive.