Function unmangle_identifiers

Source
pub fn unmangle_identifiers<T: Display>(
    text: &str,
    magic: impl Fn(String) -> T,
) -> Cow<'_, str>
Expand description

Decode all magic identifiers in a string.