Function terminal_clipboard::new_clipboard[][src]

pub fn new_clipboard() -> Box<dyn Clipboard + Send>
Expand description

Build a new clipboard.

It’s recommended to not use this directly but the get_string and set_string global functions instead, as those functions ensure the lazy static initialization of the clipboard.