pub fn onkeyup<E, T>( _f: impl FnMut(Event<KeyboardData>) -> E + 'static, ) -> Attributewhere E: EventReturn<T>,