[][src]Function seed::dom_types::input_ev

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

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