pub fn render_path_list(value: &str) -> String
Render a comma-separated value as Rust paths joined by , , keeping the author’s spelling because the compiler resolves it. 把逗号分隔的取值渲染成以 , 连接的 Rust 路径,保留作者的写法,因为由编译器解析。
,