Function seed::dom_types::input_ev

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

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