Array

Type Alias Array 

Source
pub type Array = Vec<Json>;
Expand description

Aliased Type§

pub struct Array { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Json> for Array

Source§

type Error = Error

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

fn try_from(value: Json) -> Result<Self, Self::Error>

Performs the conversion.