pub fn value_from_iter<E, I>(it: I, options: DeOptions) -> Result<Value> where
    E: IterReadItem,
    I: FusedIterator<Item = E>, 
Expand description

Decodes a value from any iterator supported as a reader.