trait GetStr { // Required method fn get_str(&self, key: &'static str) -> Option<String>; }
Helper trait used to extract attributes of type &'static str.
&'static str