[][src]Function remote_clipboard::open

pub fn open(stdout: Stdout)

Open a new remote clipboard and display a short living hash for linking another client

Example

use remote_clipboard as rclip;
use std::io::{self};
let stdout = io::stdout();
//rclip::open(stdout);