[][src]Trait iced_native::Clipboard

pub trait Clipboard {
    fn content(&self) -> Option<String>;
}

A buffer for short-term storage and transfer within and between applications.

Required methods

fn content(&self) -> Option<String>

Returns the current content of the Clipboard as text.

Loading content...

Implementors

Loading content...