pub fn send_event_with_input<E: Message, Input: 'static, F: FnMut(Input) -> E>(
f: F,
) -> impl FnMut(In<Input>, MessageWriter<'_, E>)👎Deprecated since 0.9.1: please use
write_message_with_input insteadExpand description
Sends an event with input.