panopticon
panopticon copied to clipboard
Typedef &'static str
Since &'static str
is very ugly to type I'm suggesting to typedef it to string
Rust naming conventions dictate that types start w/ an upper case letter. Str
is good IMHO.