Skip to main content

ValueArray

Type Alias ValueArray 

Source
pub type ValueArray = Vec<Value>;
Expand description

Array of values

Aliased Type§

pub struct ValueArray { /* private fields */ }

Trait Implementations§

Source§

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

Source§

type Error = Error

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

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

Performs the conversion.