strip_internal_prefixes

Function strip_internal_prefixes 

Source
pub fn strip_internal_prefixes(expr: &str) -> String
Expand description

Strip internal module prefixes (modules starting with underscore)

Converts “_core.Type” -> “Type”, “_internal._nested.Type” -> “Type”