Skip to main content

ValueHash

Type Alias ValueHash 

Source
pub type ValueHash = HashMap<String, Value>;
Expand description

Map of values

Aliased Type§

pub struct ValueHash { /* private fields */ }

Trait Implementations§

Source§

impl<'a> TryFrom<&'a Value> for &'a ValueHash

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: &'a Value) -> Result<&'a ValueHash, Self::Error>

Performs the conversion.