Inputs

Type Alias Inputs 

Source
pub type Inputs<'i, V> = &'i RcIter<dyn Iterator<Item = Result<V, String>> + 'i>;
Expand description

Iterator over value results returned by the inputs filter.

Trait Implementations§

Source§

impl<'a, V> HasInputs<'a, V> for Inputs<'a, V>

Source§

fn inputs(&self) -> Inputs<'a, V>

Obtain the inputs from global data.