escape

Function escape 

Source
pub fn escape(ident: &str) -> String
Expand description

Escape:把 $ 替换为 $$,避免被 Args::compile 当成表达式。