trait GetStr {
    fn get_str(&self, key: &'static str) -> Option<String>;
}
Expand description

Helper trait used to extract attributes of type &'static str.

Required Methods§

Implementations on Foreign Types§

Implementors§