FromParamValue

Trait FromParamValue 

Source
pub trait FromParamValue {
    // Required method
    fn values_from(w: &Parameter) -> Result<&Self, TypeError>
       where Self: Sized;
}

Required Methods§

Source

fn values_from(w: &Parameter) -> Result<&Self, TypeError>
where Self: Sized,

Implementations on Foreign Types§

Source§

impl FromParamValue for HashMap<String, Blob>

Source§

impl FromParamValue for HashMap<String, Light>

Source§

impl FromParamValue for HashMap<String, Number>

Source§

impl FromParamValue for HashMap<String, Switch>

Source§

impl FromParamValue for HashMap<String, Text>

Implementors§