pub trait HasInputs<'a, V> { // Required method fn inputs(&self) -> Inputs<'a, V>; }
Global data that provides mutable access to input values.
Obtain the inputs from global data.