Trait arboard::platform::linux::GetExtLinux

source ·
pub trait GetExtLinux: Sealed {
    // Required method
    fn clipboard(self, selection: LinuxClipboardKind) -> Self;
}
Expand description

Linux-specific extensions to the Get builder.

Required Methods§

source

fn clipboard(self, selection: LinuxClipboardKind) -> Self

Sets the clipboard the operation will retrieve data from.

If wayland support is enabled and available, attempting to use the Secondary clipboard will return an error.

Object Safety§

This trait is not object safe.

Implementors§