ParameterDictionary

Trait ParameterDictionary 

Source
pub trait ParameterDictionary {
    // Required method
    fn get(&self, key: &str) -> Option<&str>;
}

Required Methods§

Source

fn get(&self, key: &str) -> Option<&str>

Implementations on Foreign Types§

Source§

impl ParameterDictionary for HashMap<String, String>

Source§

fn get(&self, key: &str) -> Option<&str>

Implementors§