Expand description

The Clipboard struct and associated types.

Platform-specific

  • Android / iOS: Unsupported
let mut cliboard = Clipboard::new();
cliboard.write_text("This is injected from tao!!!")
let content = cliboard.read_text();

Structs

Object that allows you to access the Clipboard instance.