7a335a04
1 2 3
//! Access the clipboard. #[cfg(not(target_arch = "wasm32"))] pub use crate::runtime::clipboard::{read, write};