Type Alias sj::Array

source ·
pub type Array = Vec<Json>;
Expand description

Aliased Type§

struct Array { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<Json> for Array

§

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.