toml_span::value

Type Alias Array

Source
pub type Array<'de> = Vec<Value<'de>>;
Expand description

A toml array

Aliased Typeยง

struct Array<'de> { /* private fields */ }