improve error handling

This commit is contained in:
Jonas Kruckenberg 2022-11-14 10:13:24 +01:00
parent f72ce8b00c
commit 45d5720f16
2 changed files with 37 additions and 30 deletions

View file

@ -1,7 +1,3 @@
use wasm_bindgen_futures::JsFuture;
use crate::Error;
/// Gets the clipboard content as plain text.
///
/// # Example