Struct json::decoder::Element
[−]
[src]
pub struct Element<A> { pub value: A, pub is_last: bool, }
JSON array element.
Fields
value: A
The decoded value.
is_last: bool
Is this the last array element?