Trait mz_repr::explain::tracing::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§