mz_repr::explain::tracing

Trait GetStr

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

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

Required Methods§

Source

fn get_str(&self, key: &'static str) -> Option<String>

Implementations on Foreign Types§

Source§

impl<'a> GetStr for Attributes<'a>

Source§

fn get_str(&self, key: &'static str) -> Option<String>

Implementors§