Struct jsonnet::EvalMap [] [src]

pub struct EvalMap<'a>(_);

Result from "multi" eval methods.

Contains a list of (&str, &str) pairs.

Methods

impl<'a> EvalMap<'a>
[src]

Important traits for EvalMapIter<'a, 'b>
[src]

Returns an iterator over the contained values.

Trait Implementations

impl<'a, 'b> IntoIterator for &'b EvalMap<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> !Send for EvalMap<'a>

impl<'a> !Sync for EvalMap<'a>