Function select_user_input
Source pub fn select_user_input<'rule, T, M, R>(
t: &T,
rs: &mut dyn Iterator<Item = (&'rule R, Update<T, M>)>,
) -> Option<(&'rule R, Update<T, M>)>
Expand description
Selects a (Rule, Update) based on user input through stdin.
See the module-level documentation for more information.