Function envy::from_iter

source ·
pub fn from_iter<Iter, T>(iter: Iter) -> Result<T>where
    T: DeserializeOwned,
    Iter: IntoIterator<Item = (String, String)>,
Expand description

Deserializes a type based on an iterable of (String, String) representing keys and values