Function seed::dom_types::input_ev

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