[][src]Type Definition sj::Array

type Array = Vec<Value>;

Trait Implementations

impl TryFrom<Value> for Array[src]

type Error = Error

The type returned in the event of a conversion error.