Type Definition copypasta_ext::x11_bin::ClipboardContext

source ·
pub type ClipboardContext = X11BinClipboardContext;
Expand description

Platform specific context.

Alias for X11BinClipboardContext on supported platforms, aliases to standard ClipboardContext provided by rust-clipboard on other platforms.