pub fn to_terminput_paste(
clipboard_event: ClipboardEvent,
) -> Result<Event, UnsupportedEvent>Available on crate feature
web_sys_0_3 only.Expand description
Converts the web_sys ClipboardEvent to a terminput paste
Event.