Type Alias json_ld_syntax::Array

source ·
pub type Array<M = ()> = Vec<Meta<Value<M>, M>>;
Expand description

Array.

Aliased Type§

struct Array<M = ()> { /* private fields */ }