Function seed::dom_types::input_ev

source ·
pub fn input_ev<Ms: Clone + 'static>(
    trigger: &str,
    handler: impl FnMut(String) -> Ms + 'static
) -> Listener<Ms>
Expand description

Create an event that passes a String of field text, for fast input handling.