Struct clipboard::x11_clipboard::X11ClipboardContext [] [src]

pub struct X11ClipboardContext<S = Clipboard>(_, _)
where
    S: Selection
;

Trait Implementations

impl<S> ClipboardProvider for X11ClipboardContext<S> where
    S: Selection
[src]

[src]

Create a context with which to access the clipboard

[src]

Method to get the clipboard contents as a String

[src]

Method to set the clipboard contents as a String